Uses of Interface
org.cdk8s.plus25.k8s.KubeValidatingWebhookConfigurationProps
-
Packages that use KubeValidatingWebhookConfigurationProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeValidatingWebhookConfigurationProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeValidatingWebhookConfigurationProps Modifier and Type Class Description static classKubeValidatingWebhookConfigurationProps.Jsii$ProxyAn implementation forKubeValidatingWebhookConfigurationPropsMethods in org.cdk8s.plus25.k8s that return KubeValidatingWebhookConfigurationProps Modifier and Type Method Description KubeValidatingWebhookConfigurationPropsKubeValidatingWebhookConfigurationProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeValidatingWebhookConfigurationProps Modifier and Type Method Description List<KubeValidatingWebhookConfigurationProps>KubeValidatingWebhookConfigurationListProps. getItems()List of ValidatingWebhookConfiguration.List<KubeValidatingWebhookConfigurationProps>KubeValidatingWebhookConfigurationListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeValidatingWebhookConfigurationProps Modifier and Type Method Description static ObjectKubeValidatingWebhookConfiguration. manifest(KubeValidatingWebhookConfigurationProps props)Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeValidatingWebhookConfigurationProps Modifier and Type Method Description KubeValidatingWebhookConfigurationList.BuilderKubeValidatingWebhookConfigurationList.Builder. items(List<? extends KubeValidatingWebhookConfigurationProps> items)List of ValidatingWebhookConfiguration.KubeValidatingWebhookConfigurationListProps.BuilderKubeValidatingWebhookConfigurationListProps.Builder. items(List<? extends KubeValidatingWebhookConfigurationProps> items)Sets the value ofKubeValidatingWebhookConfigurationListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeValidatingWebhookConfigurationProps Constructor Description KubeValidatingWebhookConfiguration(software.constructs.Construct scope, String id, KubeValidatingWebhookConfigurationProps props)Defines a "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration" API object.
-