@Generated(value="org.jsonschema2pojo") public class CSIVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
CSIVolumeSource()
No args constructor for use in serialization
|
CSIVolumeSource(String driver,
String fsType,
LocalObjectReference nodePublishSecretRef,
Boolean readOnly,
Map<String,String> volumeAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getDriver() |
String |
getFsType() |
LocalObjectReference |
getNodePublishSecretRef() |
Boolean |
getReadOnly() |
Map<String,String> |
getVolumeAttributes() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDriver(String driver) |
void |
setFsType(String fsType) |
void |
setNodePublishSecretRef(LocalObjectReference nodePublishSecretRef) |
void |
setReadOnly(Boolean readOnly) |
void |
setVolumeAttributes(Map<String,String> volumeAttributes) |
public CSIVolumeSource()
public String getDriver()
public void setDriver(String driver)
driver - The driverpublic String getFsType()
public void setFsType(String fsType)
fsType - The fsTypepublic LocalObjectReference getNodePublishSecretRef()
public void setNodePublishSecretRef(LocalObjectReference nodePublishSecretRef)
nodePublishSecretRef - The nodePublishSecretRefpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnlypublic void setVolumeAttributes(Map<String,String> volumeAttributes)
volumeAttributes - The volumeAttributesCopyright © 2015–2021 Red Hat. All rights reserved.