public class V1beta1MutatingWebhookConfigurationFluentImpl<A extends V1beta1MutatingWebhookConfigurationFluent<A>> extends BaseFluent<A> implements V1beta1MutatingWebhookConfigurationFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1beta1MutatingWebhookConfigurationFluentImpl.MetadataNestedImpl<N> |
class |
V1beta1MutatingWebhookConfigurationFluentImpl.WebhooksNestedImpl<N> |
V1beta1MutatingWebhookConfigurationFluent.MetadataNested<N>, V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1beta1MutatingWebhookConfigurationFluentImpl() |
V1beta1MutatingWebhookConfigurationFluentImpl(io.kubernetes.client.openapi.models.V1beta1MutatingWebhookConfiguration instance) |
Modifier and Type | Method and Description |
---|---|
A |
addAllToWebhooks(Collection<io.kubernetes.client.openapi.models.V1beta1MutatingWebhook> items) |
V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
addNewWebhook() |
V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
addNewWebhookLike(io.kubernetes.client.openapi.models.V1beta1MutatingWebhook item) |
A |
addToWebhooks(int index,
io.kubernetes.client.openapi.models.V1beta1MutatingWebhook item) |
A |
addToWebhooks(io.kubernetes.client.openapi.models.V1beta1MutatingWebhook... items) |
io.kubernetes.client.openapi.models.V1beta1MutatingWebhook |
buildFirstWebhook() |
io.kubernetes.client.openapi.models.V1beta1MutatingWebhook |
buildLastWebhook() |
io.kubernetes.client.openapi.models.V1beta1MutatingWebhook |
buildMatchingWebhook(Predicate<V1beta1MutatingWebhookBuilder> predicate) |
io.kubernetes.client.openapi.models.V1ObjectMeta |
buildMetadata() |
io.kubernetes.client.openapi.models.V1beta1MutatingWebhook |
buildWebhook(int index) |
List<io.kubernetes.client.openapi.models.V1beta1MutatingWebhook> |
buildWebhooks() |
V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
editFirstWebhook() |
V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
editLastWebhook() |
V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
editMatchingWebhook(Predicate<V1beta1MutatingWebhookBuilder> predicate) |
V1beta1MutatingWebhookConfigurationFluent.MetadataNested<A> |
editMetadata() |
V1beta1MutatingWebhookConfigurationFluent.MetadataNested<A> |
editOrNewMetadata() |
V1beta1MutatingWebhookConfigurationFluent.MetadataNested<A> |
editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
editWebhook(int index) |
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
io.kubernetes.client.openapi.models.V1ObjectMeta |
getMetadata()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1beta1MutatingWebhook> |
getWebhooks()
Deprecated.
|
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasMatchingWebhook(Predicate<V1beta1MutatingWebhookBuilder> predicate) |
Boolean |
hasMetadata() |
Boolean |
hasWebhooks() |
A |
removeAllFromWebhooks(Collection<io.kubernetes.client.openapi.models.V1beta1MutatingWebhook> items) |
A |
removeFromWebhooks(io.kubernetes.client.openapi.models.V1beta1MutatingWebhook... items) |
A |
removeMatchingFromWebhooks(Predicate<V1beta1MutatingWebhookBuilder> predicate) |
V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
setNewWebhookLike(int index,
io.kubernetes.client.openapi.models.V1beta1MutatingWebhook item) |
A |
setToWebhooks(int index,
io.kubernetes.client.openapi.models.V1beta1MutatingWebhook item) |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
V1beta1MutatingWebhookConfigurationFluent.MetadataNested<A> |
withNewMetadata() |
V1beta1MutatingWebhookConfigurationFluent.MetadataNested<A> |
withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
A |
withWebhooks(List<io.kubernetes.client.openapi.models.V1beta1MutatingWebhook> webhooks) |
A |
withWebhooks(io.kubernetes.client.openapi.models.V1beta1MutatingWebhook... webhooks) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1beta1MutatingWebhookConfigurationFluentImpl()
public V1beta1MutatingWebhookConfigurationFluentImpl(io.kubernetes.client.openapi.models.V1beta1MutatingWebhookConfiguration instance)
public String getApiVersion()
getApiVersion
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
@Deprecated public A withNewApiVersion(String original)
withNewApiVersion
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public String getKind()
getKind
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A withKind(String kind)
withKind
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public Boolean hasKind()
hasKind
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
@Deprecated public A withNewKind(String original)
withNewKind
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
@Deprecated public io.kubernetes.client.openapi.models.V1ObjectMeta getMetadata()
getMetadata
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()
buildMetadata
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata)
withMetadata
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public Boolean hasMetadata()
hasMetadata
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadata()
withNewMetadata
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
withNewMetadataLike
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.MetadataNested<A> editMetadata()
editMetadata
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
editOrNewMetadataLike
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A addToWebhooks(int index, io.kubernetes.client.openapi.models.V1beta1MutatingWebhook item)
addToWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A setToWebhooks(int index, io.kubernetes.client.openapi.models.V1beta1MutatingWebhook item)
setToWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A addToWebhooks(io.kubernetes.client.openapi.models.V1beta1MutatingWebhook... items)
addToWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A addAllToWebhooks(Collection<io.kubernetes.client.openapi.models.V1beta1MutatingWebhook> items)
addAllToWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A removeFromWebhooks(io.kubernetes.client.openapi.models.V1beta1MutatingWebhook... items)
removeFromWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A removeAllFromWebhooks(Collection<io.kubernetes.client.openapi.models.V1beta1MutatingWebhook> items)
removeAllFromWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A removeMatchingFromWebhooks(Predicate<V1beta1MutatingWebhookBuilder> predicate)
removeMatchingFromWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
@Deprecated public List<io.kubernetes.client.openapi.models.V1beta1MutatingWebhook> getWebhooks()
getWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public List<io.kubernetes.client.openapi.models.V1beta1MutatingWebhook> buildWebhooks()
buildWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public io.kubernetes.client.openapi.models.V1beta1MutatingWebhook buildWebhook(int index)
buildWebhook
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public io.kubernetes.client.openapi.models.V1beta1MutatingWebhook buildFirstWebhook()
buildFirstWebhook
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public io.kubernetes.client.openapi.models.V1beta1MutatingWebhook buildLastWebhook()
buildLastWebhook
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public io.kubernetes.client.openapi.models.V1beta1MutatingWebhook buildMatchingWebhook(Predicate<V1beta1MutatingWebhookBuilder> predicate)
buildMatchingWebhook
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public Boolean hasMatchingWebhook(Predicate<V1beta1MutatingWebhookBuilder> predicate)
hasMatchingWebhook
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A withWebhooks(List<io.kubernetes.client.openapi.models.V1beta1MutatingWebhook> webhooks)
withWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public A withWebhooks(io.kubernetes.client.openapi.models.V1beta1MutatingWebhook... webhooks)
withWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public Boolean hasWebhooks()
hasWebhooks
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhook()
addNewWebhook
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhookLike(io.kubernetes.client.openapi.models.V1beta1MutatingWebhook item)
addNewWebhookLike
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> setNewWebhookLike(int index, io.kubernetes.client.openapi.models.V1beta1MutatingWebhook item)
setNewWebhookLike
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> editWebhook(int index)
editWebhook
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> editFirstWebhook()
editFirstWebhook
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> editLastWebhook()
editLastWebhook
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested<A> editMatchingWebhook(Predicate<V1beta1MutatingWebhookBuilder> predicate)
editMatchingWebhook
in interface V1beta1MutatingWebhookConfigurationFluent<A extends V1beta1MutatingWebhookConfigurationFluent<A>>
Copyright © 2021. All rights reserved.