Uses of Class
io.kubernetes.client.openapi.models.V1ValidationRule
Packages that use V1ValidationRule
-
Uses of V1ValidationRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ValidationRuleModifier and TypeMethodDescriptionstatic V1ValidationRule
Create an instance of V1ValidationRule given an JSON stringV1ValidationRule.messageExpression
(String messageExpression) V1ValidationRule.optionalOldSelf
(Boolean optionalOldSelf) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ValidationRuleModifier and TypeMethodDescriptionV1JSONSchemaProps.getxKubernetesValidations()
x-kubernetes-validations describes a list of validation rules written in the CEL expression language.Methods in io.kubernetes.client.openapi.models with parameters of type V1ValidationRuleModifier and TypeMethodDescriptionV1JSONSchemaProps.addXKubernetesValidationsItem
(V1ValidationRule xKubernetesValidationsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ValidationRuleModifier and TypeMethodDescriptionvoid
V1JSONSchemaProps.setxKubernetesValidations
(List<V1ValidationRule> xKubernetesValidations) V1JSONSchemaProps.xKubernetesValidations
(List<V1ValidationRule> xKubernetesValidations)