public interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1MutatingWebhookConfigurationFluent.MetadataNested<N> |
static interface |
V1MutatingWebhookConfigurationFluent.WebhooksNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
@Deprecated V1ObjectMeta getMetadata()
V1ObjectMeta buildMetadata()
A withMetadata(V1ObjectMeta metadata)
Boolean hasMetadata()
V1MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadata()
V1MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadataLike(V1ObjectMeta item)
V1MutatingWebhookConfigurationFluent.MetadataNested<A> editMetadata()
V1MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadata()
V1MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadataLike(V1ObjectMeta item)
A addToWebhooks(int index, V1MutatingWebhook item)
A setToWebhooks(int index, V1MutatingWebhook item)
A addToWebhooks(V1MutatingWebhook... items)
A addAllToWebhooks(Collection<V1MutatingWebhook> items)
A removeFromWebhooks(V1MutatingWebhook... items)
A removeAllFromWebhooks(Collection<V1MutatingWebhook> items)
A removeMatchingFromWebhooks(Predicate<V1MutatingWebhookBuilder> predicate)
@Deprecated List<V1MutatingWebhook> getWebhooks()
List<V1MutatingWebhook> buildWebhooks()
V1MutatingWebhook buildWebhook(int index)
V1MutatingWebhook buildFirstWebhook()
V1MutatingWebhook buildLastWebhook()
V1MutatingWebhook buildMatchingWebhook(Predicate<V1MutatingWebhookBuilder> predicate)
Boolean hasMatchingWebhook(Predicate<V1MutatingWebhookBuilder> predicate)
A withWebhooks(List<V1MutatingWebhook> webhooks)
A withWebhooks(V1MutatingWebhook... webhooks)
Boolean hasWebhooks()
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhook()
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhookLike(V1MutatingWebhook item)
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> setNewWebhookLike(int index, V1MutatingWebhook item)
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> editWebhook(int index)
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> editFirstWebhook()
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> editLastWebhook()
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> editMatchingWebhook(Predicate<V1MutatingWebhookBuilder> predicate)
Copyright © 2020. All rights reserved.