@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1ScaleStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_REPLICAS |
static String |
SERIALIZED_NAME_SELECTOR |
Constructor and Description |
---|
V1ScaleStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getReplicas()
actual number of observed instances of the scaled object.
|
String |
getSelector()
label query over pods that should match the replicas count.
|
int |
hashCode() |
V1ScaleStatus |
replicas(Integer replicas) |
V1ScaleStatus |
selector(String selector) |
void |
setReplicas(Integer replicas) |
void |
setSelector(String selector) |
String |
toString() |
public static final String SERIALIZED_NAME_REPLICAS
public static final String SERIALIZED_NAME_SELECTOR
public V1ScaleStatus replicas(Integer replicas)
public Integer getReplicas()
public void setReplicas(Integer replicas)
public V1ScaleStatus selector(String selector)
@Nullable public String getSelector()
public void setSelector(String selector)
Copyright © 2021. All rights reserved.