Package io.fabric8.kubernetes.api.model
Class StorageOSVolumeSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.StorageOSVolumeSource
-
- All Implemented Interfaces:
KubernetesResource,Serializable
public class StorageOSVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageOSVolumeSource()No args constructor for use in serializationStorageOSVolumeSource(String fsType, Boolean readOnly, LocalObjectReference secretRef, String volumeName, String volumeNamespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetFsType()BooleangetReadOnly()LocalObjectReferencegetSecretRef()StringgetVolumeName()StringgetVolumeNamespace()voidsetAdditionalProperty(String name, Object value)voidsetFsType(String fsType)voidsetReadOnly(Boolean readOnly)voidsetSecretRef(LocalObjectReference secretRef)voidsetVolumeName(String volumeName)voidsetVolumeNamespace(String volumeNamespace)
-
-
-
Constructor Detail
-
StorageOSVolumeSource
public StorageOSVolumeSource()
No args constructor for use in serialization
-
StorageOSVolumeSource
public StorageOSVolumeSource(String fsType, Boolean readOnly, LocalObjectReference secretRef, String volumeName, String volumeNamespace)
- Parameters:
volumeNamespace-volumeName-secretRef-readOnly-fsType-
-
-
Method Detail
-
getFsType
public String getFsType()
-
setFsType
public void setFsType(String fsType)
-
getReadOnly
public Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
getSecretRef
public LocalObjectReference getSecretRef()
-
setSecretRef
public void setSecretRef(LocalObjectReference secretRef)
-
getVolumeName
public String getVolumeName()
-
setVolumeName
public void setVolumeName(String volumeName)
-
getVolumeNamespace
public String getVolumeNamespace()
-
setVolumeNamespace
public void setVolumeNamespace(String volumeNamespace)
-
-