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 be validated against.
|
V1beta1Apiextensions.JSONSchemaPropsOrBuilder |
getOpenAPIV3SchemaOrBuilder()
OpenAPIV3Schema is the OpenAPI v3 schema to be validated against.
|
boolean |
hasOpenAPIV3Schema()
OpenAPIV3Schema is the OpenAPI v3 schema to be validated against.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOpenAPIV3Schema()
OpenAPIV3Schema is the OpenAPI v3 schema to be validated against.
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps openAPIV3Schema = 1;V1beta1Apiextensions.JSONSchemaProps getOpenAPIV3Schema()
OpenAPIV3Schema is the OpenAPI v3 schema to be validated against.
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps openAPIV3Schema = 1;V1beta1Apiextensions.JSONSchemaPropsOrBuilder getOpenAPIV3SchemaOrBuilder()
OpenAPIV3Schema is the OpenAPI v3 schema to be validated against.
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps openAPIV3Schema = 1;Copyright © 2018. All rights reserved.