@Generated(value="org.jsonschema2pojo") public class FlexVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
FlexVolumeSource()
No args constructor for use in serialization
|
FlexVolumeSource(String driver,
String fsType,
Map<String,String> options,
Boolean readOnly,
LocalObjectReference secretRef) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getDriver() |
String |
getFsType() |
Map<String,String> |
getOptions() |
Boolean |
getReadOnly() |
LocalObjectReference |
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(LocalObjectReference secretRef) |
public FlexVolumeSource()
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 LocalObjectReference getSecretRef()
public void setSecretRef(LocalObjectReference secretRef)
secretRef - The secretRefCopyright © 2015–2019 Red Hat. All rights reserved.