Class V2beta2ResourceMetricSource
java.lang.Object
io.kubernetes.client.openapi.models.V2beta2ResourceMetricSource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V2beta2ResourceMetricSource
extends Object
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as
specified in requests and limits, describing each pod in the current scale target (e.g. CPU or
memory). The values will be averaged together before being compared to the target. Such metrics
are built in to Kubernetes, and have special scaling options on top of those available to normal
per-pod metrics using the \"pods\" source. Only one \"target\" type should be
set.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
name is the name of the resource in question.Get targetint
hashCode()
void
void
setTarget
(V2beta2MetricTarget target) target
(V2beta2MetricTarget target) toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_TARGET
- See Also:
-
-
Constructor Details
-
V2beta2ResourceMetricSource
public V2beta2ResourceMetricSource()
-
-
Method Details