Class V2ExternalMetricStatus
java.lang.Object
io.kubernetes.client.openapi.models.V2ExternalMetricStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V2ExternalMetricStatus
extends Object
ExternalMetricStatus indicates the current value of a global metric not associated with any
Kubernetes object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrent(V2MetricValueStatus current) booleanGet currentGet metricinthashCode()metric(V2MetricIdentifier metric) voidsetCurrent(V2MetricValueStatus current) voidsetMetric(V2MetricIdentifier metric) toString()
-
Field Details
-
SERIALIZED_NAME_CURRENT
- See Also:
-
SERIALIZED_NAME_METRIC
- See Also:
-
-
Constructor Details
-
V2ExternalMetricStatus
public V2ExternalMetricStatus()
-
-
Method Details