public class V1alpha1VolumeAttachmentSpec extends Object
Constructor and Description |
---|
V1alpha1VolumeAttachmentSpec() |
Modifier and Type | Method and Description |
---|---|
V1alpha1VolumeAttachmentSpec |
attacher(String attacher) |
boolean |
equals(Object o) |
String |
getAttacher()
Attacher indicates the name of the volume driver that MUST handle this request.
|
String |
getNodeName()
The node that the volume should be attached to.
|
V1alpha1VolumeAttachmentSource |
getSource()
Source represents the volume that should be attached.
|
int |
hashCode() |
V1alpha1VolumeAttachmentSpec |
nodeName(String nodeName) |
void |
setAttacher(String attacher) |
void |
setNodeName(String nodeName) |
void |
setSource(V1alpha1VolumeAttachmentSource source) |
V1alpha1VolumeAttachmentSpec |
source(V1alpha1VolumeAttachmentSource source) |
String |
toString() |
public V1alpha1VolumeAttachmentSpec attacher(String attacher)
public String getAttacher()
public void setAttacher(String attacher)
public V1alpha1VolumeAttachmentSpec nodeName(String nodeName)
public String getNodeName()
public void setNodeName(String nodeName)
public V1alpha1VolumeAttachmentSpec source(V1alpha1VolumeAttachmentSource source)
public V1alpha1VolumeAttachmentSource getSource()
public void setSource(V1alpha1VolumeAttachmentSource source)
Copyright © 2019. All rights reserved.