@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-08T04:59:41.589Z[Etc/UTC]") public class V2beta2ContainerResourceMetricSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CONTAINER |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TARGET |
Constructor and Description |
---|
V2beta2ContainerResourceMetricSource() |
Modifier and Type | Method and Description |
---|---|
V2beta2ContainerResourceMetricSource |
container(String container) |
boolean |
equals(Object o) |
String |
getContainer()
container is the name of the container in the pods of the scaling target
|
String |
getName()
name is the name of the resource in question.
|
V2beta2MetricTarget |
getTarget()
Get target
|
int |
hashCode() |
V2beta2ContainerResourceMetricSource |
name(String name) |
void |
setContainer(String container) |
void |
setName(String name) |
void |
setTarget(V2beta2MetricTarget target) |
V2beta2ContainerResourceMetricSource |
target(V2beta2MetricTarget target) |
String |
toString() |
public static final String SERIALIZED_NAME_CONTAINER
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TARGET
public V2beta2ContainerResourceMetricSource()
public V2beta2ContainerResourceMetricSource container(String container)
public String getContainer()
public void setContainer(String container)
public V2beta2ContainerResourceMetricSource name(String name)
public String getName()
public void setName(String name)
public V2beta2ContainerResourceMetricSource target(V2beta2MetricTarget target)
public V2beta2MetricTarget getTarget()
public void setTarget(V2beta2MetricTarget target)
Copyright © 2022. All rights reserved.