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)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public String getSecretFile()
public void setSecretFile(String secretFile)
public LocalObjectReference getSecretRef()
public void setSecretRef(LocalObjectReference secretRef)
public String getUser()
public void setUser(String user)
Copyright © 2015–2021 Red Hat. All rights reserved.