public interface WebhookConfigFluent<A extends WebhookConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebhookConfigFluent.HttpConfigNested<N> |
@Deprecated HTTPConfig getHttpConfig()
HTTPConfig buildHttpConfig()
A withHttpConfig(HTTPConfig httpConfig)
Boolean hasHttpConfig()
WebhookConfigFluent.HttpConfigNested<A> withNewHttpConfig()
WebhookConfigFluent.HttpConfigNested<A> withNewHttpConfigLike(HTTPConfig item)
WebhookConfigFluent.HttpConfigNested<A> editHttpConfig()
WebhookConfigFluent.HttpConfigNested<A> editOrNewHttpConfig()
WebhookConfigFluent.HttpConfigNested<A> editOrNewHttpConfigLike(HTTPConfig item)
Integer getMaxAlerts()
Boolean hasMaxAlerts()
Boolean getSendResolved()
Boolean hasSendResolved()
String getUrl()
Boolean hasUrl()
io.fabric8.kubernetes.api.model.SecretKeySelector getUrlSecret()
A withUrlSecret(io.fabric8.kubernetes.api.model.SecretKeySelector urlSecret)
Boolean hasUrlSecret()
Boolean hasAdditionalProperties()
A withSendResolved()
Copyright © 2015–2023 Red Hat. All rights reserved.