public class KubernetesConfigMap extends Object
| Constructor and Description |
|---|
KubernetesConfigMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBallerinaConf() |
String |
getData() |
String |
getMountPath() |
String |
getName() |
String |
getReadOnly() |
boolean |
isEnable() |
void |
setBallerinaConf(String ballerinaConf) |
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 getBallerinaConf()
public void setBallerinaConf(String ballerinaConf)
public String getData()
public void setData(String data)
public boolean isEnable()
public void setEnable(boolean enable)
Copyright © 2018 WSO2. All rights reserved.