Package io.fabric8.kubernetes.api.model
Class CinderPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.CinderPersistentVolumeSource
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class CinderPersistentVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CinderPersistentVolumeSource()No args constructor for use in serializationCinderPersistentVolumeSource(String fsType, Boolean readOnly, SecretReference secretRef, String volumeID) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetFsType()BooleangetReadOnly()SecretReferencegetSecretRef()StringgetVolumeID()voidsetAdditionalProperty(String name, Object value)voidsetFsType(String fsType)voidsetReadOnly(Boolean readOnly)voidsetSecretRef(SecretReference secretRef)voidsetVolumeID(String volumeID)
-
Constructor Details
-
CinderPersistentVolumeSource
public CinderPersistentVolumeSource()No args constructor for use in serialization -
CinderPersistentVolumeSource
public CinderPersistentVolumeSource(String fsType, Boolean readOnly, SecretReference 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
-