Package io.fabric8.kubernetes.api.model
Class CinderVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.CinderVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class CinderVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CinderVolumeSource()
No args constructor for use in serializationCinderVolumeSource(String fsType, Boolean readOnly, LocalObjectReference secretRef, String volumeID)
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getFsType()
Boolean
getReadOnly()
LocalObjectReference
getSecretRef()
String
getVolumeID()
void
setAdditionalProperty(String name, Object value)
void
setFsType(String fsType)
void
setReadOnly(Boolean readOnly)
void
setSecretRef(LocalObjectReference secretRef)
void
setVolumeID(String volumeID)
-
Constructor Details
-
CinderVolumeSource
public CinderVolumeSource()No args constructor for use in serialization -
CinderVolumeSource
public CinderVolumeSource(String fsType, Boolean readOnly, LocalObjectReference secretRef, String volumeID)- Parameters:
secretRef
-volumeID
-readOnly
-fsType
-
-
-
Method Details
-
getFsType
- Returns:
- The fsType
-
setFsType
- Parameters:
fsType
- The fsType
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly
- The readOnly
-
getSecretRef
- Returns:
- The secretRef
-
setSecretRef
- Parameters:
secretRef
- The secretRef
-
getVolumeID
- Returns:
- The volumeID
-
setVolumeID
- Parameters:
volumeID
- The volumeID
-
getAdditionalProperties
-
setAdditionalProperty
-