public static interface V1.NamespaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
V1.NamespaceSpec |
getSpec()
Spec defines the behavior of the Namespace.
|
V1.NamespaceSpecOrBuilder |
getSpecOrBuilder()
Spec defines the behavior of the Namespace.
|
V1.NamespaceStatus |
getStatus()
Status describes the current status of a Namespace.
|
V1.NamespaceStatusOrBuilder |
getStatusOrBuilder()
Status describes the current status of a Namespace.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasSpec()
Spec defines the behavior of the Namespace.
|
boolean |
hasStatus()
Status describes the current status of a Namespace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/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/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/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
boolean hasSpec()
Spec defines the behavior of the Namespace. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NamespaceSpec spec = 2;
V1.NamespaceSpec getSpec()
Spec defines the behavior of the Namespace. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NamespaceSpec spec = 2;
V1.NamespaceSpecOrBuilder getSpecOrBuilder()
Spec defines the behavior of the Namespace. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NamespaceSpec spec = 2;
boolean hasStatus()
Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NamespaceStatus status = 3;
V1.NamespaceStatus getStatus()
Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NamespaceStatus status = 3;
V1.NamespaceStatusOrBuilder getStatusOrBuilder()
Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NamespaceStatus status = 3;
Copyright © 2021. All rights reserved.