public class V1FlexPersistentVolumeSource extends Object
Constructor and Description |
---|
V1FlexPersistentVolumeSource() |
Modifier and Type | Method and Description |
---|---|
V1FlexPersistentVolumeSource |
driver(String driver) |
boolean |
equals(Object o) |
V1FlexPersistentVolumeSource |
fsType(String fsType) |
String |
getDriver()
Driver is the name of the driver to use for this volume.
|
String |
getFsType()
Filesystem type to mount.
|
Map<String,String> |
getOptions()
Optional: Extra command options if any.
|
V1SecretReference |
getSecretRef()
Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts.
|
int |
hashCode() |
Boolean |
isReadOnly()
Optional: Defaults to false (read/write).
|
V1FlexPersistentVolumeSource |
options(Map<String,String> options) |
V1FlexPersistentVolumeSource |
putOptionsItem(String key,
String optionsItem) |
V1FlexPersistentVolumeSource |
readOnly(Boolean readOnly) |
V1FlexPersistentVolumeSource |
secretRef(V1SecretReference secretRef) |
void |
setDriver(String driver) |
void |
setFsType(String fsType) |
void |
setOptions(Map<String,String> options) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretRef(V1SecretReference secretRef) |
String |
toString() |
public V1FlexPersistentVolumeSource driver(String driver)
public String getDriver()
public void setDriver(String driver)
public V1FlexPersistentVolumeSource fsType(String fsType)
public String getFsType()
public void setFsType(String fsType)
public V1FlexPersistentVolumeSource options(Map<String,String> options)
public V1FlexPersistentVolumeSource putOptionsItem(String key, String optionsItem)
public Map<String,String> getOptions()
public V1FlexPersistentVolumeSource readOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setReadOnly(Boolean readOnly)
public V1FlexPersistentVolumeSource secretRef(V1SecretReference secretRef)
public V1SecretReference getSecretRef()
public void setSecretRef(V1SecretReference secretRef)
Copyright © 2019. All rights reserved.