public class WebhookConfigFluentImpl<A extends WebhookConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements WebhookConfigFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
WebhookConfigFluentImpl.HttpConfigNestedImpl<N> |
WebhookConfigFluent.HttpConfigNested<N>| Constructor and Description |
|---|
WebhookConfigFluentImpl() |
WebhookConfigFluentImpl(WebhookConfig instance) |
public 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>>@Deprecated public A withNewUrl(String arg0)
withNewUrl 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>>Copyright © 2015–2020 Red Hat. All rights reserved.