@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1ScaleSpec extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_REPLICAS |
Constructor and Description |
---|
V1ScaleSpec() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getReplicas()
desired number of instances for the scaled object.
|
int |
hashCode() |
V1ScaleSpec |
replicas(Integer replicas) |
void |
setReplicas(Integer replicas) |
String |
toString() |
public static final String SERIALIZED_NAME_REPLICAS
public V1ScaleSpec replicas(Integer replicas)
@Nullable public Integer getReplicas()
public void setReplicas(Integer replicas)
Copyright © 2020. All rights reserved.