Class V2beta2ResourceMetricStatus
java.lang.Object
io.kubernetes.client.openapi.models.V2beta2ResourceMetricStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V2beta2ResourceMetricStatus
extends Object
ResourceMetricStatus indicates the current value of 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). 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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrent
(V2beta2MetricValueStatus current) boolean
Get currentgetName()
Name is the name of the resource in question.int
hashCode()
void
setCurrent
(V2beta2MetricValueStatus current) void
toString()
-
Field Details
-
SERIALIZED_NAME_CURRENT
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
-
Constructor Details
-
V2beta2ResourceMetricStatus
public V2beta2ResourceMetricStatus()
-
-
Method Details