public static interface V1beta1Storage.VolumeAttachmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard object metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object metadata.
|
V1beta1Storage.VolumeAttachmentSpec |
getSpec()
Specification of the desired attach/detach volume behavior.
|
V1beta1Storage.VolumeAttachmentSpecOrBuilder |
getSpecOrBuilder()
Specification of the desired attach/detach volume behavior.
|
V1beta1Storage.VolumeAttachmentStatus |
getStatus()
Status of the VolumeAttachment request.
|
V1beta1Storage.VolumeAttachmentStatusOrBuilder |
getStatusOrBuilder()
Status of the VolumeAttachment request.
|
boolean |
hasMetadata()
Standard object metadata.
|
boolean |
hasSpec()
Specification of the desired attach/detach volume behavior.
|
boolean |
hasStatus()
Status of the VolumeAttachment request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard object 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 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 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()
Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
optional .k8s.io.api.storage.v1beta1.VolumeAttachmentSpec spec = 2;V1beta1Storage.VolumeAttachmentSpec getSpec()
Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
optional .k8s.io.api.storage.v1beta1.VolumeAttachmentSpec spec = 2;V1beta1Storage.VolumeAttachmentSpecOrBuilder getSpecOrBuilder()
Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
optional .k8s.io.api.storage.v1beta1.VolumeAttachmentSpec spec = 2;boolean hasStatus()
Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher. +optional
optional .k8s.io.api.storage.v1beta1.VolumeAttachmentStatus status = 3;V1beta1Storage.VolumeAttachmentStatus getStatus()
Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher. +optional
optional .k8s.io.api.storage.v1beta1.VolumeAttachmentStatus status = 3;V1beta1Storage.VolumeAttachmentStatusOrBuilder getStatusOrBuilder()
Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher. +optional
optional .k8s.io.api.storage.v1beta1.VolumeAttachmentStatus status = 3;Copyright © 2019. All rights reserved.