Uses of Interface
org.cdk8s.plus24.k8s.KubeValidatingWebhookConfigurationListProps
-
Packages that use KubeValidatingWebhookConfigurationListProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeValidatingWebhookConfigurationListProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeValidatingWebhookConfigurationListProps Modifier and Type Class Description static class
KubeValidatingWebhookConfigurationListProps.Jsii$Proxy
An implementation forKubeValidatingWebhookConfigurationListProps
Methods in org.cdk8s.plus24.k8s that return KubeValidatingWebhookConfigurationListProps Modifier and Type Method Description KubeValidatingWebhookConfigurationListProps
KubeValidatingWebhookConfigurationListProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubeValidatingWebhookConfigurationListProps Modifier and Type Method Description static Object
KubeValidatingWebhookConfigurationList. manifest(KubeValidatingWebhookConfigurationListProps props)
Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfigurationList".Constructors in org.cdk8s.plus24.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.
-