public abstract class KubernetesModel extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
annotations |
protected Map<String,String> |
labels |
protected String |
name |
protected String |
namespace |
Constructor and Description |
---|
KubernetesModel() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAnnotations() |
Map<String,String> |
getLabels() |
String |
getName() |
String |
getNamespace() |
String |
getVersion() |
void |
setAnnotations(Map<String,String> annotations) |
void |
setLabels(Map<String,String> labels) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setVersion(String version) |
Copyright © 2019 WSO2. All rights reserved.