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