public interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MutatingWebhookConfigurationFluent.MetadataNested<N> |
static interface |
MutatingWebhookConfigurationFluent.WebhooksNested<N> |
String getApiVersion()
Boolean hasApiVersion()
String getKind()
Boolean hasKind()
@Deprecated io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
Boolean hasMetadata()
MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadata()
MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
MutatingWebhookConfigurationFluent.MetadataNested<A> editMetadata()
MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadata()
MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
A addToWebhooks(int index, MutatingWebhook item)
A setToWebhooks(int index, MutatingWebhook item)
A addToWebhooks(MutatingWebhook... items)
A addAllToWebhooks(Collection<MutatingWebhook> items)
A removeFromWebhooks(MutatingWebhook... items)
A removeAllFromWebhooks(Collection<MutatingWebhook> items)
A removeMatchingFromWebhooks(Predicate<MutatingWebhookBuilder> predicate)
@Deprecated List<MutatingWebhook> getWebhooks()
List<MutatingWebhook> buildWebhooks()
MutatingWebhook buildWebhook(int index)
MutatingWebhook buildFirstWebhook()
MutatingWebhook buildLastWebhook()
MutatingWebhook buildMatchingWebhook(Predicate<MutatingWebhookBuilder> predicate)
Boolean hasMatchingWebhook(Predicate<MutatingWebhookBuilder> predicate)
A withWebhooks(List<MutatingWebhook> webhooks)
A withWebhooks(MutatingWebhook... webhooks)
Boolean hasWebhooks()
MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhook()
MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhookLike(MutatingWebhook item)
MutatingWebhookConfigurationFluent.WebhooksNested<A> setNewWebhookLike(int index, MutatingWebhook item)
MutatingWebhookConfigurationFluent.WebhooksNested<A> editWebhook(int index)
MutatingWebhookConfigurationFluent.WebhooksNested<A> editFirstWebhook()
MutatingWebhookConfigurationFluent.WebhooksNested<A> editLastWebhook()
MutatingWebhookConfigurationFluent.WebhooksNested<A> editMatchingWebhook(Predicate<MutatingWebhookBuilder> predicate)
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.