public static interface V1beta1Apiextensions.CustomResourceDefinitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
+optional
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
+optional
|
V1beta1Apiextensions.CustomResourceDefinitionSpec |
getSpec()
spec describes how the user wants the resources to appear
|
V1beta1Apiextensions.CustomResourceDefinitionSpecOrBuilder |
getSpecOrBuilder()
spec describes how the user wants the resources to appear
|
V1beta1Apiextensions.CustomResourceDefinitionStatus |
getStatus()
status indicates the actual state of the CustomResourceDefinition
+optional
|
V1beta1Apiextensions.CustomResourceDefinitionStatusOrBuilder |
getStatusOrBuilder()
status indicates the actual state of the CustomResourceDefinition
+optional
|
boolean |
hasMetadata()
Standard object's metadata
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
+optional
|
boolean |
hasSpec()
spec describes how the user wants the resources to appear
|
boolean |
hasStatus()
status indicates the actual state of the CustomResourceDefinition
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasSpec()
spec describes how the user wants the resources to appear
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionSpec spec = 2;
V1beta1Apiextensions.CustomResourceDefinitionSpec getSpec()
spec describes how the user wants the resources to appear
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionSpec spec = 2;
V1beta1Apiextensions.CustomResourceDefinitionSpecOrBuilder getSpecOrBuilder()
spec describes how the user wants the resources to appear
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionSpec spec = 2;
boolean hasStatus()
status indicates the actual state of the CustomResourceDefinition +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus status = 3;
V1beta1Apiextensions.CustomResourceDefinitionStatus getStatus()
status indicates the actual state of the CustomResourceDefinition +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus status = 3;
V1beta1Apiextensions.CustomResourceDefinitionStatusOrBuilder getStatusOrBuilder()
status indicates the actual state of the CustomResourceDefinition +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus status = 3;
Copyright © 2023. All rights reserved.