Package io.fabric8.kubernetes.api.model
Class CSIVolumeSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.CSIVolumeSource
-
- All Implemented Interfaces:
KubernetesResource,Serializable
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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
getDriver
public String getDriver()
-
setDriver
public void setDriver(String driver)
-
getFsType
public String getFsType()
-
setFsType
public void setFsType(String fsType)
-
getNodePublishSecretRef
public LocalObjectReference getNodePublishSecretRef()
-
setNodePublishSecretRef
public void setNodePublishSecretRef(LocalObjectReference nodePublishSecretRef)
-
getReadOnly
public Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
-