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