@Generated(value="org.jsonschema2pojo") public class FlexPersistentVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
FlexPersistentVolumeSource()
No args constructor for use in serialization
|
FlexPersistentVolumeSource(String driver,
String fsType,
Map<String,String> options,
Boolean readOnly,
SecretReference secretRef) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getDriver() |
String |
getFsType() |
Map<String,String> |
getOptions() |
Boolean |
getReadOnly() |
SecretReference |
getSecretRef() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDriver(String driver) |
void |
setFsType(String fsType) |
void |
setOptions(Map<String,String> options) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretRef(SecretReference secretRef) |
public FlexPersistentVolumeSource()
public String getDriver()
public void setDriver(String driver)
driver - The driverpublic String getFsType()
public void setFsType(String fsType)
fsType - The fsTypepublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnlypublic SecretReference getSecretRef()
public void setSecretRef(SecretReference secretRef)
secretRef - The secretRefCopyright © 2015–2021 Red Hat. All rights reserved.