Uses of Interface
org.cdk8s.plus25.k8s.ValidationRule
-
Packages that use ValidationRule Package Description org.cdk8s.plus25.k8s -
-
Uses of ValidationRule in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement ValidationRule Modifier and Type Class Description static classValidationRule.Jsii$ProxyAn implementation forValidationRuleMethods in org.cdk8s.plus25.k8s that return ValidationRule Modifier and Type Method Description ValidationRuleValidationRule.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type ValidationRule Modifier and Type Method Description default List<ValidationRule>JsonSchemaProps. getXKubernetesValidations()x-kubernetes-validations describes a list of validation rules written in the CEL expression language.List<ValidationRule>JsonSchemaProps.Jsii$Proxy. getXKubernetesValidations()Method parameters in org.cdk8s.plus25.k8s with type arguments of type ValidationRule Modifier and Type Method Description JsonSchemaProps.BuilderJsonSchemaProps.Builder. xKubernetesValidations(List<? extends ValidationRule> xKubernetesValidations)Sets the value ofJsonSchemaProps.getXKubernetesValidations()
-