Uses of Interface
org.cdk8s.plus25.k8s.MutatingWebhook
-
Packages that use MutatingWebhook Package Description org.cdk8s.plus25.k8s -
-
Uses of MutatingWebhook in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement MutatingWebhook Modifier and Type Class Description static classMutatingWebhook.Jsii$ProxyAn implementation forMutatingWebhookMethods in org.cdk8s.plus25.k8s that return MutatingWebhook Modifier and Type Method Description MutatingWebhookMutatingWebhook.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type MutatingWebhook Modifier and Type Method Description default List<MutatingWebhook>KubeMutatingWebhookConfigurationProps. getWebhooks()Webhooks is a list of webhooks and the affected resources and operations.List<MutatingWebhook>KubeMutatingWebhookConfigurationProps.Jsii$Proxy. getWebhooks()Method parameters in org.cdk8s.plus25.k8s with type arguments of type MutatingWebhook Modifier and Type Method Description KubeMutatingWebhookConfiguration.BuilderKubeMutatingWebhookConfiguration.Builder. webhooks(List<? extends MutatingWebhook> webhooks)Webhooks is a list of webhooks and the affected resources and operations.KubeMutatingWebhookConfigurationProps.BuilderKubeMutatingWebhookConfigurationProps.Builder. webhooks(List<? extends MutatingWebhook> webhooks)Sets the value ofKubeMutatingWebhookConfigurationProps.getWebhooks()
-