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