Interface V1Storage.VolumeAttachmentStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1Storage.VolumeAttachmentStatus, V1Storage.VolumeAttachmentStatus.Builder
Enclosing class:
V1Storage

public static interface V1Storage.VolumeAttachmentStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls.
    boolean
    Indicates the volume is successfully attached.
    The last error encountered during attach operation, if any.
    The last error encountered during attach operation, if any.
    Deprecated.
    int
    Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls.
    Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls.
    Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls.
    Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls.
    The last error encountered during detach operation, if any.
    The last error encountered during detach operation, if any.
    boolean
    Indicates the volume is successfully attached.
    boolean
    The last error encountered during attach operation, if any.
    boolean
    The last error encountered during detach operation, if any.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAttached

      boolean hasAttached()
       Indicates the volume is successfully attached.
       This field must only be set by the entity completing the attach
       operation, i.e. the external-attacher.
       
      optional bool attached = 1;
    • getAttached

      boolean getAttached()
       Indicates the volume is successfully attached.
       This field must only be set by the entity completing the attach
       operation, i.e. the external-attacher.
       
      optional bool attached = 1;
    • getAttachmentMetadataCount

      int getAttachmentMetadataCount()
       Upon successful attach, this field is populated with any
       information returned by the attach operation that must be passed
       into subsequent WaitForAttach or Mount calls.
       This field must only be set by the entity completing the attach
       operation, i.e. the external-attacher.
       +optional
       
      map<string, string> attachmentMetadata = 2;
    • containsAttachmentMetadata

      boolean containsAttachmentMetadata(String key)
       Upon successful attach, this field is populated with any
       information returned by the attach operation that must be passed
       into subsequent WaitForAttach or Mount calls.
       This field must only be set by the entity completing the attach
       operation, i.e. the external-attacher.
       +optional
       
      map<string, string> attachmentMetadata = 2;
    • getAttachmentMetadata

      @Deprecated Map<String,String> getAttachmentMetadata()
      Deprecated.
    • getAttachmentMetadataMap

      Map<String,String> getAttachmentMetadataMap()
       Upon successful attach, this field is populated with any
       information returned by the attach operation that must be passed
       into subsequent WaitForAttach or Mount calls.
       This field must only be set by the entity completing the attach
       operation, i.e. the external-attacher.
       +optional
       
      map<string, string> attachmentMetadata = 2;
    • getAttachmentMetadataOrDefault

      String getAttachmentMetadataOrDefault(String key, String defaultValue)
       Upon successful attach, this field is populated with any
       information returned by the attach operation that must be passed
       into subsequent WaitForAttach or Mount calls.
       This field must only be set by the entity completing the attach
       operation, i.e. the external-attacher.
       +optional
       
      map<string, string> attachmentMetadata = 2;
    • getAttachmentMetadataOrThrow

      String getAttachmentMetadataOrThrow(String key)
       Upon successful attach, this field is populated with any
       information returned by the attach operation that must be passed
       into subsequent WaitForAttach or Mount calls.
       This field must only be set by the entity completing the attach
       operation, i.e. the external-attacher.
       +optional
       
      map<string, string> attachmentMetadata = 2;
    • hasAttachError

      boolean hasAttachError()
       The last error encountered during attach operation, if any.
       This field must only be set by the entity completing the attach
       operation, i.e. the external-attacher.
       +optional
       
      optional .k8s.io.api.storage.v1.VolumeError attachError = 3;
    • getAttachError

      V1Storage.VolumeError getAttachError()
       The last error encountered during attach operation, if any.
       This field must only be set by the entity completing the attach
       operation, i.e. the external-attacher.
       +optional
       
      optional .k8s.io.api.storage.v1.VolumeError attachError = 3;
    • getAttachErrorOrBuilder

      V1Storage.VolumeErrorOrBuilder getAttachErrorOrBuilder()
       The last error encountered during attach operation, if any.
       This field must only be set by the entity completing the attach
       operation, i.e. the external-attacher.
       +optional
       
      optional .k8s.io.api.storage.v1.VolumeError attachError = 3;
    • hasDetachError

      boolean hasDetachError()
       The last error encountered during detach operation, if any.
       This field must only be set by the entity completing the detach
       operation, i.e. the external-attacher.
       +optional
       
      optional .k8s.io.api.storage.v1.VolumeError detachError = 4;
    • getDetachError

      V1Storage.VolumeError getDetachError()
       The last error encountered during detach operation, if any.
       This field must only be set by the entity completing the detach
       operation, i.e. the external-attacher.
       +optional
       
      optional .k8s.io.api.storage.v1.VolumeError detachError = 4;
    • getDetachErrorOrBuilder

      V1Storage.VolumeErrorOrBuilder getDetachErrorOrBuilder()
       The last error encountered during detach operation, if any.
       This field must only be set by the entity completing the detach
       operation, i.e. the external-attacher.
       +optional
       
      optional .k8s.io.api.storage.v1.VolumeError detachError = 4;