Uses of Class
org.cdk8s.plus24.k8s.KubeValidatingWebhookConfigurationProps.Builder
-
Packages that use KubeValidatingWebhookConfigurationProps.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeValidatingWebhookConfigurationProps.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return KubeValidatingWebhookConfigurationProps.Builder Modifier and Type Method Description static KubeValidatingWebhookConfigurationProps.Builder
KubeValidatingWebhookConfigurationProps. builder()
KubeValidatingWebhookConfigurationProps.Builder
KubeValidatingWebhookConfigurationProps.Builder. metadata(ObjectMeta metadata)
Sets the value ofKubeValidatingWebhookConfigurationProps.getMetadata()
KubeValidatingWebhookConfigurationProps.Builder
KubeValidatingWebhookConfigurationProps.Builder. webhooks(List<? extends ValidatingWebhook> webhooks)
Sets the value ofKubeValidatingWebhookConfigurationProps.getWebhooks()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeValidatingWebhookConfigurationProps.Builder Constructor Description Jsii$Proxy(KubeValidatingWebhookConfigurationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeValidatingWebhookConfigurationProps.Builder
.
-