Package io.kubernetes.client.proto
Interface V1beta1Storage.VolumeAttachmentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Storage.VolumeAttachment,V1beta1Storage.VolumeAttachment.Builder
- Enclosing class:
- V1beta1Storage
public static interface V1beta1Storage.VolumeAttachmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard object metadata.Standard object metadata.getSpec()Specification of the desired attach/detach volume behavior.Specification of the desired attach/detach volume behavior.Status of the VolumeAttachment request.Status of the VolumeAttachment request.booleanStandard object metadata.booleanhasSpec()Specification of the desired attach/detach volume behavior.booleanStatus of the VolumeAttachment request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard object 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; -
getMetadata
Meta.ObjectMeta getMetadata()Standard object 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; -
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object 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; -
hasSpec
boolean hasSpec()Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
optional .k8s.io.api.storage.v1beta1.VolumeAttachmentSpec spec = 2; -
getSpec
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; -
getSpecOrBuilder
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; -
hasStatus
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; -
getStatus
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; -
getStatusOrBuilder
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;
-