Uses of Interface
org.cdk8s.plus25.k8s.KubeMutatingWebhookConfigurationProps
-
Packages that use KubeMutatingWebhookConfigurationProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeMutatingWebhookConfigurationProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeMutatingWebhookConfigurationProps Modifier and Type Class Description static classKubeMutatingWebhookConfigurationProps.Jsii$ProxyAn implementation forKubeMutatingWebhookConfigurationPropsMethods in org.cdk8s.plus25.k8s that return KubeMutatingWebhookConfigurationProps Modifier and Type Method Description KubeMutatingWebhookConfigurationPropsKubeMutatingWebhookConfigurationProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeMutatingWebhookConfigurationProps Modifier and Type Method Description List<KubeMutatingWebhookConfigurationProps>KubeMutatingWebhookConfigurationListProps. getItems()List of MutatingWebhookConfiguration.List<KubeMutatingWebhookConfigurationProps>KubeMutatingWebhookConfigurationListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeMutatingWebhookConfigurationProps Modifier and Type Method Description static ObjectKubeMutatingWebhookConfiguration. manifest(KubeMutatingWebhookConfigurationProps props)Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeMutatingWebhookConfigurationProps Modifier and Type Method Description KubeMutatingWebhookConfigurationList.BuilderKubeMutatingWebhookConfigurationList.Builder. items(List<? extends KubeMutatingWebhookConfigurationProps> items)List of MutatingWebhookConfiguration.KubeMutatingWebhookConfigurationListProps.BuilderKubeMutatingWebhookConfigurationListProps.Builder. items(List<? extends KubeMutatingWebhookConfigurationProps> items)Sets the value ofKubeMutatingWebhookConfigurationListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeMutatingWebhookConfigurationProps Constructor Description KubeMutatingWebhookConfiguration(software.constructs.Construct scope, String id, KubeMutatingWebhookConfigurationProps props)Defines a "io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration" API object.
-