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()StringgetDriver()StringgetFsType()LocalObjectReferencegetNodePublishSecretRef()BooleangetReadOnly()Map<String,String>getVolumeAttributes()voidsetAdditionalProperty(String name, Object value)voidsetDriver(String driver)voidsetFsType(String fsType)voidsetNodePublishSecretRef(LocalObjectReference nodePublishSecretRef)voidsetReadOnly(Boolean readOnly)voidsetVolumeAttributes(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
-