Uses of Interface
io.kubernetes.client.openapi.models.V1MutatingWebhookConfigurationFluent.WebhooksNested
Packages that use V1MutatingWebhookConfigurationFluent.WebhooksNested
-
Uses of V1MutatingWebhookConfigurationFluent.WebhooksNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1MutatingWebhookConfigurationFluent.WebhooksNestedModifier and TypeMethodDescriptionV1MutatingWebhookConfigurationFluent.addNewWebhook()
V1MutatingWebhookConfigurationFluentImpl.addNewWebhook()
V1MutatingWebhookConfigurationFluent.addNewWebhookLike
(io.kubernetes.client.openapi.models.V1MutatingWebhook item) V1MutatingWebhookConfigurationFluentImpl.addNewWebhookLike
(io.kubernetes.client.openapi.models.V1MutatingWebhook item) V1MutatingWebhookConfigurationFluent.editFirstWebhook()
V1MutatingWebhookConfigurationFluentImpl.editFirstWebhook()
V1MutatingWebhookConfigurationFluent.editLastWebhook()
V1MutatingWebhookConfigurationFluentImpl.editLastWebhook()
V1MutatingWebhookConfigurationFluent.editMatchingWebhook
(Predicate<V1MutatingWebhookBuilder> predicate) V1MutatingWebhookConfigurationFluentImpl.editMatchingWebhook
(Predicate<V1MutatingWebhookBuilder> predicate) V1MutatingWebhookConfigurationFluent.editWebhook
(Integer index) V1MutatingWebhookConfigurationFluentImpl.editWebhook
(Integer index) V1MutatingWebhookConfigurationFluent.setNewWebhookLike
(Integer index, io.kubernetes.client.openapi.models.V1MutatingWebhook item) V1MutatingWebhookConfigurationFluentImpl.setNewWebhookLike
(Integer index, io.kubernetes.client.openapi.models.V1MutatingWebhook item)