Package io.fabric8.kubernetes.api.model
Class CSIVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.CSIVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class CSIVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CSIVolumeSource()
No args constructor for use in serializationCSIVolumeSource(String driver, String fsType, LocalObjectReference nodePublishSecretRef, Boolean readOnly, Map<String,String> volumeAttributes)
-
Method Summary
Modifier and Type Method 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)
-
Constructor Details
-
CSIVolumeSource
public CSIVolumeSource()No args constructor for use in serialization -
CSIVolumeSource
public CSIVolumeSource(String driver, String fsType, LocalObjectReference nodePublishSecretRef, Boolean readOnly, Map<String,String> volumeAttributes)- Parameters:
driver
-nodePublishSecretRef
-readOnly
-fsType
-volumeAttributes
-
-
-
Method Details
-
getDriver
- Returns:
- The driver
-
setDriver
- Parameters:
driver
- The driver
-
getFsType
- Returns:
- The fsType
-
setFsType
- Parameters:
fsType
- The fsType
-
getNodePublishSecretRef
- Returns:
- The nodePublishSecretRef
-
setNodePublishSecretRef
- Parameters:
nodePublishSecretRef
- The nodePublishSecretRef
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly
- The readOnly
-
getVolumeAttributes
- Returns:
- The volumeAttributes
-
setVolumeAttributes
- Parameters:
volumeAttributes
- The volumeAttributes
-
getAdditionalProperties
-
setAdditionalProperty
-