Class MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.admissionregistration.v1.MutatingWebhookConfigurationFluent<A>
-
- Direct Known Subclasses:
MutatingWebhookConfigurationBuilder,MutatingWebhookConfigurationListFluent.ItemsNested
public class MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMutatingWebhookConfigurationFluent.MetadataNested<N>classMutatingWebhookConfigurationFluent.WebhooksNested<N>
-
Constructor Summary
Constructors Constructor Description MutatingWebhookConfigurationFluent()MutatingWebhookConfigurationFluent(MutatingWebhookConfiguration instance)
-
Method Summary
-
-
-
Constructor Detail
-
MutatingWebhookConfigurationFluent
public MutatingWebhookConfigurationFluent()
-
MutatingWebhookConfigurationFluent
public MutatingWebhookConfigurationFluent(MutatingWebhookConfiguration instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(MutatingWebhookConfiguration instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
hasMetadata
public boolean hasMetadata()
-
withNewMetadata
public MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
public MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editMetadata
public MutatingWebhookConfigurationFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
public MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
public MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
addToWebhooks
public A addToWebhooks(int index, MutatingWebhook item)
-
setToWebhooks
public A setToWebhooks(int index, MutatingWebhook item)
-
addToWebhooks
public A addToWebhooks(MutatingWebhook... items)
-
addAllToWebhooks
public A addAllToWebhooks(Collection<MutatingWebhook> items)
-
removeFromWebhooks
public A removeFromWebhooks(MutatingWebhook... items)
-
removeAllFromWebhooks
public A removeAllFromWebhooks(Collection<MutatingWebhook> items)
-
removeMatchingFromWebhooks
public A removeMatchingFromWebhooks(Predicate<MutatingWebhookBuilder> predicate)
-
buildWebhooks
public List<MutatingWebhook> buildWebhooks()
-
buildWebhook
public MutatingWebhook buildWebhook(int index)
-
buildFirstWebhook
public MutatingWebhook buildFirstWebhook()
-
buildLastWebhook
public MutatingWebhook buildLastWebhook()
-
buildMatchingWebhook
public MutatingWebhook buildMatchingWebhook(Predicate<MutatingWebhookBuilder> predicate)
-
hasMatchingWebhook
public boolean hasMatchingWebhook(Predicate<MutatingWebhookBuilder> predicate)
-
withWebhooks
public A withWebhooks(List<MutatingWebhook> webhooks)
-
withWebhooks
public A withWebhooks(MutatingWebhook... webhooks)
-
hasWebhooks
public boolean hasWebhooks()
-
addNewWebhook
public MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhook()
-
addNewWebhookLike
public MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhookLike(MutatingWebhook item)
-
setNewWebhookLike
public MutatingWebhookConfigurationFluent.WebhooksNested<A> setNewWebhookLike(int index, MutatingWebhook item)
-
editWebhook
public MutatingWebhookConfigurationFluent.WebhooksNested<A> editWebhook(int index)
-
editFirstWebhook
public MutatingWebhookConfigurationFluent.WebhooksNested<A> editFirstWebhook()
-
editLastWebhook
public MutatingWebhookConfigurationFluent.WebhooksNested<A> editLastWebhook()
-
editMatchingWebhook
public MutatingWebhookConfigurationFluent.WebhooksNested<A> editMatchingWebhook(Predicate<MutatingWebhookBuilder> predicate)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MutatingWebhookConfigurationFluent<A>>
-
-