public class PodAutoscalerModel extends KubernetesModel
annotations, labels, name, namespace
Constructor and Description |
---|
PodAutoscalerModel() |
Modifier and Type | Method and Description |
---|---|
void |
addLabel(String key,
String value) |
int |
getCpuPercentage() |
String |
getDeployment() |
int |
getMaxReplicas() |
int |
getMinReplicas() |
void |
setCpuPercentage(int cpuPercentage) |
void |
setDeployment(String deployment) |
void |
setMaxReplicas(int maxReplicas) |
void |
setMinReplicas(int minReplicas) |
getAnnotations, getLabels, getName, getNamespace, getVersion, setAnnotations, setLabels, setName, setNamespace, setVersion
public int getMinReplicas()
public void setMinReplicas(int minReplicas)
public int getMaxReplicas()
public void setMaxReplicas(int maxReplicas)
public int getCpuPercentage()
public void setCpuPercentage(int cpuPercentage)
public String getDeployment()
public void setDeployment(String deployment)
Copyright © 2019 WSO2. All rights reserved.