Package io.fabric8.kubernetes.api.model
Class CephFSPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.CephFSPersistentVolumeSource
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class CephFSPersistentVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CephFSPersistentVolumeSource()No args constructor for use in serializationCephFSPersistentVolumeSource(List<String> monitors, String path, Boolean readOnly, String secretFile, SecretReference secretRef, String user) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()List<String>getMonitors()StringgetPath()BooleangetReadOnly()StringgetSecretFile()SecretReferencegetSecretRef()StringgetUser()voidsetAdditionalProperty(String name, Object value)voidsetMonitors(List<String> monitors)voidsetPath(String path)voidsetReadOnly(Boolean readOnly)voidsetSecretFile(String secretFile)voidsetSecretRef(SecretReference secretRef)voidsetUser(String user)
-
Constructor Details
-
CephFSPersistentVolumeSource
public CephFSPersistentVolumeSource()No args constructor for use in serialization -
CephFSPersistentVolumeSource
public CephFSPersistentVolumeSource(List<String> monitors, String path, Boolean readOnly, String secretFile, SecretReference 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
-