@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class V1beta1CSIDriverSpec extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ATTACH_REQUIRED |
static String |
SERIALIZED_NAME_POD_INFO_ON_MOUNT |
| Constructor and Description |
|---|
V1beta1CSIDriverSpec() |
| Modifier and Type | Method and Description |
|---|---|
V1beta1CSIDriverSpec |
attachRequired(Boolean attachRequired) |
boolean |
equals(Object o) |
Boolean |
getAttachRequired()
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 |
getPodInfoOnMount()
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations.
|
int |
hashCode() |
V1beta1CSIDriverSpec |
podInfoOnMount(Boolean podInfoOnMount) |
void |
setAttachRequired(Boolean attachRequired) |
void |
setPodInfoOnMount(Boolean podInfoOnMount) |
String |
toString() |
public static final String SERIALIZED_NAME_ATTACH_REQUIRED
public static final String SERIALIZED_NAME_POD_INFO_ON_MOUNT
public V1beta1CSIDriverSpec attachRequired(Boolean attachRequired)
@Nullable public Boolean getAttachRequired()
public void setAttachRequired(Boolean attachRequired)
public V1beta1CSIDriverSpec podInfoOnMount(Boolean podInfoOnMount)
@Nullable public Boolean getPodInfoOnMount()
public void setPodInfoOnMount(Boolean podInfoOnMount)
Copyright © 2019. All rights reserved.