public static interface V1beta1Apiextensions.CustomResourceValidationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta1Apiextensions.JSONSchemaProps |
getOpenAPIV3Schema()
openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
|
V1beta1Apiextensions.JSONSchemaPropsOrBuilder |
getOpenAPIV3SchemaOrBuilder()
openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
|
boolean |
hasOpenAPIV3Schema()
openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOpenAPIV3Schema()
openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps openAPIV3Schema = 1;
V1beta1Apiextensions.JSONSchemaProps getOpenAPIV3Schema()
openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps openAPIV3Schema = 1;
V1beta1Apiextensions.JSONSchemaPropsOrBuilder getOpenAPIV3SchemaOrBuilder()
openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps openAPIV3Schema = 1;
Copyright © 2023. All rights reserved.