public class V1MutatingWebhookConfigurationFluentImpl<A extends V1MutatingWebhookConfigurationFluent<A>> extends BaseFluent<A> implements V1MutatingWebhookConfigurationFluent<A>
V1MutatingWebhookConfigurationFluent.MetadataNested<N>, V1MutatingWebhookConfigurationFluent.WebhooksNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1MutatingWebhookConfigurationFluentImpl() |
V1MutatingWebhookConfigurationFluentImpl(io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToWebhooks(Collection<io.kubernetes.client.openapi.models.V1MutatingWebhook> items) |
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
addNewWebhook() |
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
addNewWebhookLike(io.kubernetes.client.openapi.models.V1MutatingWebhook item) |
A |
addToWebhooks(Integer index,
io.kubernetes.client.openapi.models.V1MutatingWebhook item) |
A |
addToWebhooks(io.kubernetes.client.openapi.models.V1MutatingWebhook... items) |
io.kubernetes.client.openapi.models.V1MutatingWebhook |
buildFirstWebhook() |
io.kubernetes.client.openapi.models.V1MutatingWebhook |
buildLastWebhook() |
io.kubernetes.client.openapi.models.V1MutatingWebhook |
buildMatchingWebhook(Predicate<V1MutatingWebhookBuilder> predicate) |
io.kubernetes.client.openapi.models.V1ObjectMeta |
buildMetadata() |
io.kubernetes.client.openapi.models.V1MutatingWebhook |
buildWebhook(Integer index) |
List<io.kubernetes.client.openapi.models.V1MutatingWebhook> |
buildWebhooks() |
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
editFirstWebhook() |
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
editLastWebhook() |
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
editMatchingWebhook(Predicate<V1MutatingWebhookBuilder> predicate) |
V1MutatingWebhookConfigurationFluent.MetadataNested<A> |
editMetadata() |
V1MutatingWebhookConfigurationFluent.MetadataNested<A> |
editOrNewMetadata() |
V1MutatingWebhookConfigurationFluent.MetadataNested<A> |
editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
editWebhook(Integer index) |
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
io.kubernetes.client.openapi.models.V1ObjectMeta |
getMetadata()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1MutatingWebhook> |
getWebhooks()
Deprecated.
|
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasMatchingWebhook(Predicate<V1MutatingWebhookBuilder> predicate) |
Boolean |
hasMetadata() |
Boolean |
hasWebhooks() |
A |
removeAllFromWebhooks(Collection<io.kubernetes.client.openapi.models.V1MutatingWebhook> items) |
A |
removeFromWebhooks(io.kubernetes.client.openapi.models.V1MutatingWebhook... items) |
A |
removeMatchingFromWebhooks(Predicate<V1MutatingWebhookBuilder> predicate) |
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
setNewWebhookLike(Integer index,
io.kubernetes.client.openapi.models.V1MutatingWebhook item) |
A |
setToWebhooks(Integer index,
io.kubernetes.client.openapi.models.V1MutatingWebhook item) |
String |
toString() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) |
V1MutatingWebhookConfigurationFluent.MetadataNested<A> |
withNewMetadata() |
V1MutatingWebhookConfigurationFluent.MetadataNested<A> |
withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
A |
withWebhooks(List<io.kubernetes.client.openapi.models.V1MutatingWebhook> webhooks) |
A |
withWebhooks(io.kubernetes.client.openapi.models.V1MutatingWebhook... webhooks) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1MutatingWebhookConfigurationFluentImpl()
public V1MutatingWebhookConfigurationFluentImpl(io.kubernetes.client.openapi.models.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 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>>@Deprecated public io.kubernetes.client.openapi.models.V1ObjectMeta getMetadata()
getMetadata in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()
buildMetadata in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withMetadata(io.kubernetes.client.openapi.models.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(io.kubernetes.client.openapi.models.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(io.kubernetes.client.openapi.models.V1ObjectMeta item)
editOrNewMetadataLike in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A addToWebhooks(Integer index, io.kubernetes.client.openapi.models.V1MutatingWebhook item)
addToWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A setToWebhooks(Integer index, io.kubernetes.client.openapi.models.V1MutatingWebhook item)
setToWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A addToWebhooks(io.kubernetes.client.openapi.models.V1MutatingWebhook... items)
addToWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A addAllToWebhooks(Collection<io.kubernetes.client.openapi.models.V1MutatingWebhook> items)
addAllToWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A removeFromWebhooks(io.kubernetes.client.openapi.models.V1MutatingWebhook... items)
removeFromWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A removeAllFromWebhooks(Collection<io.kubernetes.client.openapi.models.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<io.kubernetes.client.openapi.models.V1MutatingWebhook> getWebhooks()
getWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public List<io.kubernetes.client.openapi.models.V1MutatingWebhook> buildWebhooks()
buildWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public io.kubernetes.client.openapi.models.V1MutatingWebhook buildWebhook(Integer index)
buildWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public io.kubernetes.client.openapi.models.V1MutatingWebhook buildFirstWebhook()
buildFirstWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public io.kubernetes.client.openapi.models.V1MutatingWebhook buildLastWebhook()
buildLastWebhook in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public io.kubernetes.client.openapi.models.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<io.kubernetes.client.openapi.models.V1MutatingWebhook> webhooks)
withWebhooks in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public A withWebhooks(io.kubernetes.client.openapi.models.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(io.kubernetes.client.openapi.models.V1MutatingWebhook item)
addNewWebhookLike in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.WebhooksNested<A> setNewWebhookLike(Integer index, io.kubernetes.client.openapi.models.V1MutatingWebhook item)
setNewWebhookLike in interface V1MutatingWebhookConfigurationFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public V1MutatingWebhookConfigurationFluent.WebhooksNested<A> editWebhook(Integer 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>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1MutatingWebhookConfigurationFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1MutatingWebhookConfigurationFluent<A>>Copyright © 2022. All rights reserved.