@Generated(value="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)
public String getFsType()
public void setFsType(String fsType)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public LocalObjectReference getSecretRef()
public void setSecretRef(LocalObjectReference secretRef)
Copyright © 2015–2023 Red Hat. All rights reserved.