public static interface V1beta1Storage.VolumeAttachmentSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttacher()
Attacher indicates the name of the volume driver that MUST handle this
request.
|
com.google.protobuf.ByteString |
getAttacherBytes()
Attacher indicates the name of the volume driver that MUST handle this
request.
|
String |
getNodeName()
The node that the volume should be attached to.
|
com.google.protobuf.ByteString |
getNodeNameBytes()
The node that the volume should be attached to.
|
V1beta1Storage.VolumeAttachmentSource |
getSource()
Source represents the volume that should be attached.
|
V1beta1Storage.VolumeAttachmentSourceOrBuilder |
getSourceOrBuilder()
Source represents the volume that should be attached.
|
boolean |
hasAttacher()
Attacher indicates the name of the volume driver that MUST handle this
request.
|
boolean |
hasNodeName()
The node that the volume should be attached to.
|
boolean |
hasSource()
Source represents the volume that should be attached.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;boolean hasSource()
Source represents the volume that should be attached.
optional .k8s.io.api.storage.v1beta1.VolumeAttachmentSource source = 2;V1beta1Storage.VolumeAttachmentSource getSource()
Source represents the volume that should be attached.
optional .k8s.io.api.storage.v1beta1.VolumeAttachmentSource source = 2;V1beta1Storage.VolumeAttachmentSourceOrBuilder getSourceOrBuilder()
Source represents the volume that should be attached.
optional .k8s.io.api.storage.v1beta1.VolumeAttachmentSource source = 2;boolean hasNodeName()
The node that the volume should be attached to.
optional string nodeName = 3;String getNodeName()
The node that the volume should be attached to.
optional string nodeName = 3;com.google.protobuf.ByteString getNodeNameBytes()
The node that the volume should be attached to.
optional string nodeName = 3;Copyright © 2023. All rights reserved.