Uses of Interface
org.cdk8s.plus25.k8s.KubeValidatingWebhookConfigurationListProps
-
Packages that use KubeValidatingWebhookConfigurationListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeValidatingWebhookConfigurationListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeValidatingWebhookConfigurationListProps Modifier and Type Class Description static classKubeValidatingWebhookConfigurationListProps.Jsii$ProxyAn implementation forKubeValidatingWebhookConfigurationListPropsMethods in org.cdk8s.plus25.k8s that return KubeValidatingWebhookConfigurationListProps Modifier and Type Method Description KubeValidatingWebhookConfigurationListPropsKubeValidatingWebhookConfigurationListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeValidatingWebhookConfigurationListProps Modifier and Type Method Description static ObjectKubeValidatingWebhookConfigurationList. manifest(KubeValidatingWebhookConfigurationListProps props)Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfigurationList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeValidatingWebhookConfigurationListProps Constructor Description KubeValidatingWebhookConfigurationList(software.constructs.Construct scope, String id, KubeValidatingWebhookConfigurationListProps props)Defines a "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfigurationList" API object.
-