Package io.kubernetes.client.proto
Interface V1beta1Apiextensions.CustomResourceValidationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Apiextensions.CustomResourceValidation
,V1beta1Apiextensions.CustomResourceValidation.Builder
- Enclosing class:
- V1beta1Apiextensions
public static interface V1beta1Apiextensions.CustomResourceValidationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionopenAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.boolean
openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasOpenAPIV3Schema
boolean 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;
-
getOpenAPIV3Schema
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;
-
getOpenAPIV3SchemaOrBuilder
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;
-