Package io.fabric8.kubernetes.api.model
Class CephFSVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.CephFSVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") 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
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)
-
Constructor Details
-
CephFSVolumeSource
public CephFSVolumeSource()No args constructor for use in serialization -
CephFSVolumeSource
public CephFSVolumeSource(List<String> monitors, String path, Boolean readOnly, String secretFile, LocalObjectReference secretRef, String user)- Parameters:
path
-secretRef
-secretFile
-readOnly
-user
-monitors
-
-
-
Method Details
-
getMonitors
- Returns:
- The monitors
-
setMonitors
- Parameters:
monitors
- The monitors
-
getPath
- Returns:
- The path
-
setPath
- Parameters:
path
- The path
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly
- The readOnly
-
getSecretFile
- Returns:
- The secretFile
-
setSecretFile
- Parameters:
secretFile
- The secretFile
-
getSecretRef
- Returns:
- The secretRef
-
setSecretRef
- Parameters:
secretRef
- The secretRef
-
getUser
- Returns:
- The user
-
setUser
- Parameters:
user
- The user
-
getAdditionalProperties
-
setAdditionalProperty
-