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()StringgetFsType()BooleangetReadOnly()LocalObjectReferencegetSecretRef()StringgetVolumeID()voidsetAdditionalProperty(String name, Object value)voidsetFsType(String fsType)voidsetReadOnly(Boolean readOnly)voidsetSecretRef(LocalObjectReference secretRef)voidsetVolumeID(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
-