public static interface V1beta1Apiextensions.CustomResourceDefinitionSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup()
Group is the group this resource belongs in
|
com.google.protobuf.ByteString |
getGroupBytes()
Group is the group this resource belongs in
|
V1beta1Apiextensions.CustomResourceDefinitionNames |
getNames()
Names are the names used to describe this custom resource
|
V1beta1Apiextensions.CustomResourceDefinitionNamesOrBuilder |
getNamesOrBuilder()
Names are the names used to describe this custom resource
|
String |
getScope()
Scope indicates whether this resource is cluster or namespace scoped.
|
com.google.protobuf.ByteString |
getScopeBytes()
Scope indicates whether this resource is cluster or namespace scoped.
|
V1beta1Apiextensions.CustomResourceValidation |
getValidation()
Validation describes the validation methods for CustomResources
This field is alpha-level and should only be sent to servers that enable the CustomResourceValidation feature.
|
V1beta1Apiextensions.CustomResourceValidationOrBuilder |
getValidationOrBuilder()
Validation describes the validation methods for CustomResources
This field is alpha-level and should only be sent to servers that enable the CustomResourceValidation feature.
|
String |
getVersion()
Version is the version this resource belongs in
|
com.google.protobuf.ByteString |
getVersionBytes()
Version is the version this resource belongs in
|
boolean |
hasGroup()
Group is the group this resource belongs in
|
boolean |
hasNames()
Names are the names used to describe this custom resource
|
boolean |
hasScope()
Scope indicates whether this resource is cluster or namespace scoped.
|
boolean |
hasValidation()
Validation describes the validation methods for CustomResources
This field is alpha-level and should only be sent to servers that enable the CustomResourceValidation feature.
|
boolean |
hasVersion()
Version is the version this resource belongs in
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGroup()
Group is the group this resource belongs in
optional string group = 1;String getGroup()
Group is the group this resource belongs in
optional string group = 1;com.google.protobuf.ByteString getGroupBytes()
Group is the group this resource belongs in
optional string group = 1;boolean hasVersion()
Version is the version this resource belongs in
optional string version = 2;String getVersion()
Version is the version this resource belongs in
optional string version = 2;com.google.protobuf.ByteString getVersionBytes()
Version is the version this resource belongs in
optional string version = 2;boolean hasNames()
Names are the names used to describe this custom resource
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames names = 3;V1beta1Apiextensions.CustomResourceDefinitionNames getNames()
Names are the names used to describe this custom resource
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames names = 3;V1beta1Apiextensions.CustomResourceDefinitionNamesOrBuilder getNamesOrBuilder()
Names are the names used to describe this custom resource
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames names = 3;boolean hasScope()
Scope indicates whether this resource is cluster or namespace scoped. Default is namespaced
optional string scope = 4;String getScope()
Scope indicates whether this resource is cluster or namespace scoped. Default is namespaced
optional string scope = 4;com.google.protobuf.ByteString getScopeBytes()
Scope indicates whether this resource is cluster or namespace scoped. Default is namespaced
optional string scope = 4;boolean hasValidation()
Validation describes the validation methods for CustomResources This field is alpha-level and should only be sent to servers that enable the CustomResourceValidation feature. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation validation = 5;V1beta1Apiextensions.CustomResourceValidation getValidation()
Validation describes the validation methods for CustomResources This field is alpha-level and should only be sent to servers that enable the CustomResourceValidation feature. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation validation = 5;V1beta1Apiextensions.CustomResourceValidationOrBuilder getValidationOrBuilder()
Validation describes the validation methods for CustomResources This field is alpha-level and should only be sent to servers that enable the CustomResourceValidation feature. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation validation = 5;Copyright © 2018. All rights reserved.