@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-08T04:59:41.589Z[Etc/UTC]") public class V2ContainerResourceMetricSource 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 |
---|
V2ContainerResourceMetricSource() |
Modifier and Type | Method and Description |
---|---|
V2ContainerResourceMetricSource |
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.
|
V2MetricTarget |
getTarget()
Get target
|
int |
hashCode() |
V2ContainerResourceMetricSource |
name(String name) |
void |
setContainer(String container) |
void |
setName(String name) |
void |
setTarget(V2MetricTarget target) |
V2ContainerResourceMetricSource |
target(V2MetricTarget 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 V2ContainerResourceMetricSource container(String container)
public String getContainer()
public void setContainer(String container)
public V2ContainerResourceMetricSource name(String name)
public String getName()
public void setName(String name)
public V2ContainerResourceMetricSource target(V2MetricTarget target)
public V2MetricTarget getTarget()
public void setTarget(V2MetricTarget target)
Copyright © 2022. All rights reserved.