Uses of Interface
org.cdk8s.plus25.k8s.ValidatingWebhook
-
Packages that use ValidatingWebhook Package Description org.cdk8s.plus25.k8s -
-
Uses of ValidatingWebhook in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement ValidatingWebhook Modifier and Type Class Description static classValidatingWebhook.Jsii$ProxyAn implementation forValidatingWebhookMethods in org.cdk8s.plus25.k8s that return ValidatingWebhook Modifier and Type Method Description ValidatingWebhookValidatingWebhook.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type ValidatingWebhook Modifier and Type Method Description default List<ValidatingWebhook>KubeValidatingWebhookConfigurationProps. getWebhooks()Webhooks is a list of webhooks and the affected resources and operations.List<ValidatingWebhook>KubeValidatingWebhookConfigurationProps.Jsii$Proxy. getWebhooks()Method parameters in org.cdk8s.plus25.k8s with type arguments of type ValidatingWebhook Modifier and Type Method Description KubeValidatingWebhookConfiguration.BuilderKubeValidatingWebhookConfiguration.Builder. webhooks(List<? extends ValidatingWebhook> webhooks)Webhooks is a list of webhooks and the affected resources and operations.KubeValidatingWebhookConfigurationProps.BuilderKubeValidatingWebhookConfigurationProps.Builder. webhooks(List<? extends ValidatingWebhook> webhooks)Sets the value ofKubeValidatingWebhookConfigurationProps.getWebhooks()
-