public static interface V2beta2Autoscaling.ExternalMetricSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V2beta2Autoscaling.MetricIdentifier |
getMetric()
metric identifies the target metric by name and selector
|
V2beta2Autoscaling.MetricIdentifierOrBuilder |
getMetricOrBuilder()
metric identifies the target metric by name and selector
|
V2beta2Autoscaling.MetricTarget |
getTarget()
target specifies the target value for the given metric
|
V2beta2Autoscaling.MetricTargetOrBuilder |
getTargetOrBuilder()
target specifies the target value for the given metric
|
boolean |
hasMetric()
metric identifies the target metric by name and selector
|
boolean |
hasTarget()
target specifies the target value for the given metric
|
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 hasTarget()
target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2;V2beta2Autoscaling.MetricTarget getTarget()
target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2;V2beta2Autoscaling.MetricTargetOrBuilder getTargetOrBuilder()
target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2;Copyright © 2023. All rights reserved.