public class WebhookConfigFluentImpl<A extends WebhookConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements WebhookConfigFluent<A>
WebhookConfigFluent.HttpConfigNested<N>| Constructor and Description |
|---|
WebhookConfigFluentImpl() |
WebhookConfigFluentImpl(WebhookConfig instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic WebhookConfigFluentImpl()
public WebhookConfigFluentImpl(WebhookConfig instance)
@Deprecated public HTTPConfig getHttpConfig()
getHttpConfig in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public HTTPConfig buildHttpConfig()
buildHttpConfig in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public A withHttpConfig(HTTPConfig httpConfig)
withHttpConfig in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public Boolean hasHttpConfig()
hasHttpConfig in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public WebhookConfigFluent.HttpConfigNested<A> withNewHttpConfig()
withNewHttpConfig in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public WebhookConfigFluent.HttpConfigNested<A> withNewHttpConfigLike(HTTPConfig item)
withNewHttpConfigLike in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public WebhookConfigFluent.HttpConfigNested<A> editHttpConfig()
editHttpConfig in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public WebhookConfigFluent.HttpConfigNested<A> editOrNewHttpConfig()
editOrNewHttpConfig in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public WebhookConfigFluent.HttpConfigNested<A> editOrNewHttpConfigLike(HTTPConfig item)
editOrNewHttpConfigLike in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public Integer getMaxAlerts()
getMaxAlerts in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public A withMaxAlerts(Integer maxAlerts)
withMaxAlerts in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public Boolean hasMaxAlerts()
hasMaxAlerts in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public Boolean getSendResolved()
getSendResolved in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public A withSendResolved(Boolean sendResolved)
withSendResolved in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public Boolean hasSendResolved()
hasSendResolved in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public String getUrl()
getUrl in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public A withUrl(String url)
withUrl in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public Boolean hasUrl()
hasUrl in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public io.fabric8.kubernetes.api.model.SecretKeySelector getUrlSecret()
getUrlSecret in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public A withUrlSecret(io.fabric8.kubernetes.api.model.SecretKeySelector urlSecret)
withUrlSecret in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public Boolean hasUrlSecret()
hasUrlSecret in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public A withNewUrlSecret(String key, String name, Boolean optional)
withNewUrlSecret in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WebhookConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WebhookConfigFluent<A>>public A withSendResolved()
withSendResolved in interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.