public static interface V1.PersistentVolumeOrBuilder
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.PersistentVolumeSpec |
getSpec()
Spec defines a specification of a persistent volume owned by the cluster.
|
V1.PersistentVolumeSpecOrBuilder |
getSpecOrBuilder()
Spec defines a specification of a persistent volume owned by the cluster.
|
V1.PersistentVolumeStatus |
getStatus()
Status represents the current information/status for the persistent volume.
|
V1.PersistentVolumeStatusOrBuilder |
getStatusOrBuilder()
Status represents the current information/status for the persistent volume.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasSpec()
Spec defines a specification of a persistent volume owned by the cluster.
|
boolean |
hasStatus()
Status represents the current information/status for the persistent volume.
|
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/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 a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes +optional
optional .k8s.io.api.core.v1.PersistentVolumeSpec spec = 2;V1.PersistentVolumeSpec getSpec()
Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes +optional
optional .k8s.io.api.core.v1.PersistentVolumeSpec spec = 2;V1.PersistentVolumeSpecOrBuilder getSpecOrBuilder()
Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes +optional
optional .k8s.io.api.core.v1.PersistentVolumeSpec spec = 2;boolean hasStatus()
Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes +optional
optional .k8s.io.api.core.v1.PersistentVolumeStatus status = 3;V1.PersistentVolumeStatus getStatus()
Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes +optional
optional .k8s.io.api.core.v1.PersistentVolumeStatus status = 3;V1.PersistentVolumeStatusOrBuilder getStatusOrBuilder()
Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes +optional
optional .k8s.io.api.core.v1.PersistentVolumeStatus status = 3;Copyright © 2019. All rights reserved.