Interface V1beta1Storage.VolumeAttachmentSpecOrBuilder

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

public static interface V1beta1Storage.VolumeAttachmentSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Attacher indicates the name of the volume driver that MUST handle this request.
    com.google.protobuf.ByteString
    Attacher indicates the name of the volume driver that MUST handle this request.
    The node that the volume should be attached to.
    com.google.protobuf.ByteString
    The node that the volume should be attached to.
    Source represents the volume that should be attached.
    Source represents the volume that should be attached.
    boolean
    Attacher indicates the name of the volume driver that MUST handle this request.
    boolean
    The node that the volume should be attached to.
    boolean
    Source represents the volume that should be attached.

    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

    • hasAttacher

      boolean hasAttacher()
       Attacher indicates the name of the volume driver that MUST handle this
       request. This is the name returned by GetPluginName().
       
      optional string attacher = 1;
    • getAttacher

      String getAttacher()
       Attacher indicates the name of the volume driver that MUST handle this
       request. This is the name returned by GetPluginName().
       
      optional string attacher = 1;
    • getAttacherBytes

      com.google.protobuf.ByteString getAttacherBytes()
       Attacher indicates the name of the volume driver that MUST handle this
       request. This is the name returned by GetPluginName().
       
      optional string attacher = 1;
    • hasSource

      boolean hasSource()
       Source represents the volume that should be attached.
       
      optional .k8s.io.api.storage.v1beta1.VolumeAttachmentSource source = 2;
    • getSource

       Source represents the volume that should be attached.
       
      optional .k8s.io.api.storage.v1beta1.VolumeAttachmentSource source = 2;
    • getSourceOrBuilder

       Source represents the volume that should be attached.
       
      optional .k8s.io.api.storage.v1beta1.VolumeAttachmentSource source = 2;
    • hasNodeName

      boolean hasNodeName()
       The node that the volume should be attached to.
       
      optional string nodeName = 3;
    • getNodeName

      String getNodeName()
       The node that the volume should be attached to.
       
      optional string nodeName = 3;
    • getNodeNameBytes

      com.google.protobuf.ByteString getNodeNameBytes()
       The node that the volume should be attached to.
       
      optional string nodeName = 3;