public static interface V2beta2Autoscaling.PodsMetricStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V2beta2Autoscaling.MetricValueStatus |
getCurrent()
current contains the current value for the given metric
|
V2beta2Autoscaling.MetricValueStatusOrBuilder |
getCurrentOrBuilder()
current contains the current value for the given metric
|
V2beta2Autoscaling.MetricIdentifier |
getMetric()
metric identifies the target metric by name and selector
|
V2beta2Autoscaling.MetricIdentifierOrBuilder |
getMetricOrBuilder()
metric identifies the target metric by name and selector
|
boolean |
hasCurrent()
current contains the current value for the given metric
|
boolean |
hasMetric()
metric identifies the target metric by name and selector
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetric()
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;V2beta2Autoscaling.MetricIdentifier getMetric()
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;V2beta2Autoscaling.MetricIdentifierOrBuilder getMetricOrBuilder()
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;boolean hasCurrent()
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;V2beta2Autoscaling.MetricValueStatus getCurrent()
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;V2beta2Autoscaling.MetricValueStatusOrBuilder getCurrentOrBuilder()
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;Copyright © 2020. All rights reserved.