@Generated(value="org.jsonschema2pojo") public class CephFSVolumeSource extends java.lang.Object implements KubernetesResource
| Constructor and Description |
|---|
CephFSVolumeSource()
No args constructor for use in serialization
|
CephFSVolumeSource(java.util.List<java.lang.String> monitors,
java.lang.String path,
java.lang.Boolean readOnly,
java.lang.String secretFile,
LocalObjectReference secretRef,
java.lang.String user) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties() |
java.util.List<java.lang.String> |
getMonitors() |
java.lang.String |
getPath() |
java.lang.Boolean |
getReadOnly() |
java.lang.String |
getSecretFile() |
LocalObjectReference |
getSecretRef() |
java.lang.String |
getUser() |
void |
setAdditionalProperty(java.lang.String name,
java.lang.Object value) |
void |
setMonitors(java.util.List<java.lang.String> monitors) |
void |
setPath(java.lang.String path) |
void |
setReadOnly(java.lang.Boolean readOnly) |
void |
setSecretFile(java.lang.String secretFile) |
void |
setSecretRef(LocalObjectReference secretRef) |
void |
setUser(java.lang.String user) |
public CephFSVolumeSource()
public CephFSVolumeSource(java.util.List<java.lang.String> monitors,
java.lang.String path,
java.lang.Boolean readOnly,
java.lang.String secretFile,
LocalObjectReference secretRef,
java.lang.String user)
path - secretRef - secretFile - readOnly - user - monitors - public java.util.List<java.lang.String> getMonitors()
public void setMonitors(java.util.List<java.lang.String> monitors)
monitors - The monitorspublic java.lang.String getPath()
public void setPath(java.lang.String path)
path - The pathpublic java.lang.Boolean getReadOnly()
public void setReadOnly(java.lang.Boolean readOnly)
readOnly - The readOnlypublic java.lang.String getSecretFile()
public void setSecretFile(java.lang.String secretFile)
secretFile - The secretFilepublic LocalObjectReference getSecretRef()
public void setSecretRef(LocalObjectReference secretRef)
secretRef - The secretRefpublic java.lang.String getUser()
public void setUser(java.lang.String user)
user - The userpublic java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public void setAdditionalProperty(java.lang.String name,
java.lang.Object value)
Copyright © 2015-2019 Red Hat. All Rights Reserved.