public class V1beta1CSIDriverSpec extends Object
| Constructor and Description |
|---|
V1beta1CSIDriverSpec() |
| Modifier and Type | Method and Description |
|---|---|
V1beta1CSIDriverSpec |
attachRequired(Boolean attachRequired) |
boolean |
equals(Object o) |
int |
hashCode() |
Boolean |
isAttachRequired()
attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting.
|
Boolean |
isPodInfoOnMount()
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations.
|
V1beta1CSIDriverSpec |
podInfoOnMount(Boolean podInfoOnMount) |
void |
setAttachRequired(Boolean attachRequired) |
void |
setPodInfoOnMount(Boolean podInfoOnMount) |
String |
toString() |
public V1beta1CSIDriverSpec attachRequired(Boolean attachRequired)
public Boolean isAttachRequired()
public void setAttachRequired(Boolean attachRequired)
public V1beta1CSIDriverSpec podInfoOnMount(Boolean podInfoOnMount)
public Boolean isPodInfoOnMount()
public void setPodInfoOnMount(Boolean podInfoOnMount)
Copyright © 2019. All rights reserved.