Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1ValidationRule |
V1ValidationRule.message(String message) |
V1ValidationRule |
V1ValidationRule.rule(String rule) |
Modifier and Type | Method and Description |
---|---|
List<V1ValidationRule> |
V1JSONSchemaProps.getxKubernetesValidations()
x-kubernetes-validations describes a list of validation rules written in the CEL expression
language.
|
Modifier and Type | Method and Description |
---|---|
V1JSONSchemaProps |
V1JSONSchemaProps.addXKubernetesValidationsItem(V1ValidationRule xKubernetesValidationsItem) |
Modifier and Type | Method and Description |
---|---|
void |
V1JSONSchemaProps.setxKubernetesValidations(List<V1ValidationRule> xKubernetesValidations) |
V1JSONSchemaProps |
V1JSONSchemaProps.xKubernetesValidations(List<V1ValidationRule> xKubernetesValidations) |
Copyright © 2022. All rights reserved.