public class KubernetesSecret extends Object
| Constructor and Description |
|---|
KubernetesSecret() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
String |
getMountPath() |
String |
getName() |
String |
getReadOnly() |
boolean |
isEnable() |
void |
setData(String data) |
void |
setEnable(boolean enable) |
void |
setMountPath(String mountPath) |
void |
setName(String name) |
void |
setReadOnly(String readOnly) |
public String getName()
public void setName(String name)
public String getMountPath()
public void setMountPath(String mountPath)
public String getReadOnly()
public void setReadOnly(String readOnly)
public String getData()
public void setData(String data)
public boolean isEnable()
public void setEnable(boolean enable)
Copyright © 2019 WSO2. All rights reserved.