public class V1MutatingWebhookConfigurationFluentImpl<A extends V1MutatingWebhookConfigurationFluent<A>> extends BaseFluent<A> implements V1MutatingWebhookConfigurationFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
V1MutatingWebhookConfigurationFluentImpl.MetadataNestedImpl<N> |
class |
V1MutatingWebhookConfigurationFluentImpl.WebhooksNestedImpl<N> |
V1MutatingWebhookConfigurationFluent.MetadataNested<N>, V1MutatingWebhookConfigurationFluent.WebhooksNested<N>_visitables| Constructor and Description |
|---|
V1MutatingWebhookConfigurationFluentImpl() |
V1MutatingWebhookConfigurationFluentImpl(V1MutatingWebhookConfiguration instance) |
public V1MutatingWebhookConfigurationFluentImpl()
public V1MutatingWebhookConfigurationFluentImpl(V1MutatingWebhookConfiguration instance)
public String getApiVersion()
getApiVersion in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public String getKind()
getKind in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withKind(String kind)
withKind in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public Boolean hasKind()
hasKind in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withNewKind(String arg1)
withNewKind in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>@Deprecated public V1ObjectMeta getMetadata()
getMetadata in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1ObjectMeta buildMetadata()
buildMetadata in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withMetadata(V1ObjectMeta metadata)
withMetadata in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public Boolean hasMetadata()
hasMetadata in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadataLike(V1ObjectMeta item)
withNewMetadataLike in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.MetadataNested<A> editMetadata()
editMetadata in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadataLike(V1ObjectMeta item)
editOrNewMetadataLike in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A addToWebhooks(int index, V1MutatingWebhook item)
addToWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A setToWebhooks(int index, V1MutatingWebhook item)
setToWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A addToWebhooks(V1MutatingWebhook... items)
addToWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A addAllToWebhooks(Collection<V1MutatingWebhook> items)
addAllToWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A removeFromWebhooks(V1MutatingWebhook... items)
removeFromWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A removeAllFromWebhooks(Collection<V1MutatingWebhook> items)
removeAllFromWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A removeMatchingFromWebhooks(Predicate<V1MutatingWebhookBuilder> predicate)
removeMatchingFromWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>@Deprecated public List<V1MutatingWebhook> getWebhooks()
getWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public List<V1MutatingWebhook> buildWebhooks()
buildWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhook buildWebhook(int index)
buildWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhook buildFirstWebhook()
buildFirstWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhook buildLastWebhook()
buildLastWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhook buildMatchingWebhook(Predicate<V1MutatingWebhookBuilder> predicate)
buildMatchingWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public Boolean hasMatchingWebhook(Predicate<V1MutatingWebhookBuilder> predicate)
hasMatchingWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withWebhooks(List<V1MutatingWebhook> webhooks)
withWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withWebhooks(V1MutatingWebhook... webhooks)
withWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public Boolean hasWebhooks()
hasWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhook()
addNewWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhookLike(V1MutatingWebhook item)
addNewWebhookLike in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.WebhooksNested<A> setNewWebhookLike(int index, V1MutatingWebhook item)
setNewWebhookLike in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.WebhooksNested<A> editWebhook(int index)
editWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.WebhooksNested<A> editFirstWebhook()
editFirstWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.WebhooksNested<A> editLastWebhook()
editLastWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.WebhooksNested<A> editMatchingWebhook(Predicate<V1MutatingWebhookBuilder> predicate)
editMatchingWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>Copyright © 2021. All rights reserved.