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 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

       Specification of the desired attach/detach volume behavior.
       Populated by the Kubernetes system.
       
      optional .k8s.io.api.storage.v1beta1.VolumeAttachmentSpec spec = 2;
    • 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

       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

       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;