public static interface V2beta2Autoscaling.ObjectMetricSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V2beta2Autoscaling.CrossVersionObjectReference |
getDescribedObject()
optional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 1;
|
V2beta2Autoscaling.CrossVersionObjectReferenceOrBuilder |
getDescribedObjectOrBuilder()
optional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 1;
|
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 |
hasDescribedObject()
optional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 1;
|
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 hasDescribedObject()
optional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 1;
V2beta2Autoscaling.CrossVersionObjectReference getDescribedObject()
optional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 1;
V2beta2Autoscaling.CrossVersionObjectReferenceOrBuilder getDescribedObjectOrBuilder()
optional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 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;boolean hasMetric()
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 3;V2beta2Autoscaling.MetricIdentifier getMetric()
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 3;V2beta2Autoscaling.MetricIdentifierOrBuilder getMetricOrBuilder()
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 3;Copyright © 2023. All rights reserved.