Interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
MutatingWebhookConfigurationListFluent.ItemsNested<N>
- All Known Implementing Classes:
DoneableMutatingWebhookConfiguration,MutatingWebhookConfigurationBuilder,MutatingWebhookConfigurationFluentImpl,MutatingWebhookConfigurationListFluentImpl.ItemsNestedImpl
public interface MutatingWebhookConfigurationFluent<A extends MutatingWebhookConfigurationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMutatingWebhookConfigurationFluent.MetadataNested<N>static interfaceMutatingWebhookConfigurationFluent.WebhooksNested<N> -
Method Summary
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata() -
withMetadata
-
hasMetadata
Boolean hasMetadata() -
withNewMetadata
MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadata() -
withNewMetadataLike
MutatingWebhookConfigurationFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item) -
editMetadata
MutatingWebhookConfigurationFluent.MetadataNested<A> editMetadata() -
editOrNewMetadata
MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadata() -
editOrNewMetadataLike
MutatingWebhookConfigurationFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item) -
addToWebhooks
-
setToWebhooks
-
addToWebhooks
-
addAllToWebhooks
-
removeFromWebhooks
-
removeAllFromWebhooks
-
removeMatchingFromWebhooks
A removeMatchingFromWebhooks(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookBuilder> predicate) -
getWebhooks
Deprecated.This method has been deprecated, please use method buildWebhooks instead.- Returns:
- The buildable object.
-
buildWebhooks
List<MutatingWebhook> buildWebhooks() -
buildWebhook
-
buildFirstWebhook
MutatingWebhook buildFirstWebhook() -
buildLastWebhook
MutatingWebhook buildLastWebhook() -
buildMatchingWebhook
MutatingWebhook buildMatchingWebhook(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookBuilder> predicate) -
hasMatchingWebhook
Boolean hasMatchingWebhook(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookBuilder> predicate) -
withWebhooks
-
withWebhooks
-
hasWebhooks
Boolean hasWebhooks() -
addNewWebhook
MutatingWebhookConfigurationFluent.WebhooksNested<A> addNewWebhook() -
addNewWebhookLike
-
setNewWebhookLike
MutatingWebhookConfigurationFluent.WebhooksNested<A> setNewWebhookLike(int index, MutatingWebhook item) -
editWebhook
-
editFirstWebhook
MutatingWebhookConfigurationFluent.WebhooksNested<A> editFirstWebhook() -
editLastWebhook
MutatingWebhookConfigurationFluent.WebhooksNested<A> editLastWebhook() -
editMatchingWebhook
MutatingWebhookConfigurationFluent.WebhooksNested<A> editMatchingWebhook(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookBuilder> predicate)
-