Package io.fabric8.kubernetes.api.model
Class CephFSVolumeSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.CephFSVolumeSource
-
- All Implemented Interfaces:
KubernetesResource
,Serializable
public class CephFSVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CephFSVolumeSource()
No args constructor for use in serializationCephFSVolumeSource(List<String> monitors, String path, Boolean readOnly, String secretFile, LocalObjectReference secretRef, String user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
List<String>
getMonitors()
String
getPath()
Boolean
getReadOnly()
String
getSecretFile()
LocalObjectReference
getSecretRef()
String
getUser()
void
setAdditionalProperty(String name, Object value)
void
setMonitors(List<String> monitors)
void
setPath(String path)
void
setReadOnly(Boolean readOnly)
void
setSecretFile(String secretFile)
void
setSecretRef(LocalObjectReference secretRef)
void
setUser(String user)
-
-
-
Method Detail
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getReadOnly
public Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
getSecretFile
public String getSecretFile()
-
setSecretFile
public void setSecretFile(String secretFile)
-
getSecretRef
public LocalObjectReference getSecretRef()
-
setSecretRef
public void setSecretRef(LocalObjectReference secretRef)
-
getUser
public String getUser()
-
setUser
public void setUser(String user)
-
-