Class V2ResourceMetricSource
java.lang.Object
io.kubernetes.client.openapi.models.V2ResourceMetricSource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
public class V2ResourceMetricSource
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 TypeMethodDescriptionbooleangetName()name is the name of the resource in question.Get targetinthashCode()voidvoidsetTarget(V2MetricTarget target) target(V2MetricTarget target) toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_TARGET
- See Also:
-
-
Constructor Details
-
V2ResourceMetricSource
public V2ResourceMetricSource()
-
-
Method Details