@Generated(value="org.jsonschema2pojo") public class CephFSVolumeSource extends Object implements KubernetesResource
Constructor and Description |
---|
CephFSVolumeSource()
No args constructor for use in serialization
|
CephFSVolumeSource(List<String> monitors,
String path,
Boolean readOnly,
String secretFile,
LocalObjectReference secretRef,
String user) |
Modifier and Type | Method and 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) |
public CephFSVolumeSource()
public String getPath()
public void setPath(String path)
path
- The pathpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly
- The readOnlypublic String getSecretFile()
public void setSecretFile(String secretFile)
secretFile
- The secretFilepublic LocalObjectReference getSecretRef()
public void setSecretRef(LocalObjectReference secretRef)
secretRef
- The secretRefpublic String getUser()
public void setUser(String user)
user
- The userCopyright © 2015–2018 Red Hat. All rights reserved.