public class ConfigMapModel extends KubernetesModel
Constructor and Description |
---|
ConfigMapModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBallerinaConf() |
Map<String,String> |
getData() |
String |
getMountPath() |
int |
hashCode() |
boolean |
isReadOnly() |
void |
setBallerinaConf(String ballerinaConf) |
void |
setData(Map<String,String> data) |
void |
setMountPath(String mountPath) |
void |
setReadOnly(boolean readOnly) |
getName, getVersion, setName, setVersion
public String getMountPath()
public void setMountPath(String mountPath)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public String getBallerinaConf()
public void setBallerinaConf(String ballerinaConf)
Copyright © 2018 WSO2. All rights reserved.