Class MutatingWebhookConfigurationFluentImpl<A extends MutatingWebhookConfigurationFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.admissionregistration.v1.MutatingWebhookConfigurationFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,MutatingWebhookConfigurationFluent<A>
- Direct Known Subclasses:
DoneableMutatingWebhookConfiguration,MutatingWebhookConfigurationBuilder,MutatingWebhookConfigurationListFluentImpl.ItemsNestedImpl
public class MutatingWebhookConfigurationFluentImpl<A extends MutatingWebhookConfigurationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MutatingWebhookConfigurationFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMutatingWebhookConfigurationFluentImpl.MetadataNestedImpl<N>classMutatingWebhookConfigurationFluentImpl.WebhooksNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.admissionregistration.v1.MutatingWebhookConfigurationFluent
MutatingWebhookConfigurationFluent.MetadataNested<N>, MutatingWebhookConfigurationFluent.WebhooksNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description MutatingWebhookConfigurationFluentImpl()MutatingWebhookConfigurationFluentImpl(MutatingWebhookConfiguration instance) -
Method Summary
-
Constructor Details
-
MutatingWebhookConfigurationFluentImpl
public MutatingWebhookConfigurationFluentImpl() -
MutatingWebhookConfigurationFluentImpl
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
getKind
- Specified by:
getKindin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withKind
- Specified by:
withKindin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()- Specified by:
buildMetadatain interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withMetadata
- Specified by:
withMetadatain interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
hasMetadata
- Specified by:
hasMetadatain interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadatain interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withNewMetadataLike
public MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)- Specified by:
withNewMetadataLikein interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
editMetadata
- Specified by:
editMetadatain interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadatain interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
editOrNewMetadataLike
public MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)- Specified by:
editOrNewMetadataLikein interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
addToWebhooks
- Specified by:
addToWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
setToWebhooks
- Specified by:
setToWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
addToWebhooks
- Specified by:
addToWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
addAllToWebhooks
- Specified by:
addAllToWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
removeFromWebhooks
- Specified by:
removeFromWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
removeAllFromWebhooks
- Specified by:
removeAllFromWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
removeMatchingFromWebhooks
public A removeMatchingFromWebhooks(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookBuilder> predicate)- Specified by:
removeMatchingFromWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
getWebhooks
Deprecated.This method has been deprecated, please use method buildWebhooks instead.- Specified by:
getWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>- Returns:
- The buildable object.
-
buildWebhooks
- Specified by:
buildWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
buildWebhook
- Specified by:
buildWebhookin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
buildFirstWebhook
- Specified by:
buildFirstWebhookin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
buildLastWebhook
- Specified by:
buildLastWebhookin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
buildMatchingWebhook
public MutatingWebhook buildMatchingWebhook(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookBuilder> predicate)- Specified by:
buildMatchingWebhookin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
hasMatchingWebhook
public Boolean hasMatchingWebhook(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookBuilder> predicate)- Specified by:
hasMatchingWebhookin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withWebhooks
- Specified by:
withWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
withWebhooks
- Specified by:
withWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
hasWebhooks
- Specified by:
hasWebhooksin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
addNewWebhook
- Specified by:
addNewWebhookin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
addNewWebhookLike
public MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhookLike(MutatingWebhook item)- Specified by:
addNewWebhookLikein interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
setNewWebhookLike
public MutatingWebhookConfigurationFluent.WebhooksNested<A> setNewWebhookLike(int index, MutatingWebhook item)- Specified by:
setNewWebhookLikein interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
editWebhook
- Specified by:
editWebhookin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
editFirstWebhook
- Specified by:
editFirstWebhookin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
editLastWebhook
- Specified by:
editLastWebhookin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
editMatchingWebhook
public MutatingWebhookConfigurationFluent.WebhooksNested<A> editMatchingWebhook(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookBuilder> predicate)- Specified by:
editMatchingWebhookin interfaceMutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
equals
-