Package io.kubernetes.client.proto
Interface V2beta2Autoscaling.PodsMetricSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V2beta2Autoscaling.PodsMetricSource,V2beta2Autoscaling.PodsMetricSource.Builder
- Enclosing class:
- V2beta2Autoscaling
public static interface V2beta2Autoscaling.PodsMetricSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionmetric identifies the target metric by name and selectormetric identifies the target metric by name and selectortarget specifies the target value for the given metrictarget specifies the target value for the given metricbooleanmetric identifies the target metric by name and selectorbooleantarget specifies the target value for the given metricMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetric
boolean hasMetric()metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1; -
getMetric
V2beta2Autoscaling.MetricIdentifier getMetric()metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1; -
getMetricOrBuilder
V2beta2Autoscaling.MetricIdentifierOrBuilder getMetricOrBuilder()metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1; -
hasTarget
boolean hasTarget()target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2; -
getTarget
V2beta2Autoscaling.MetricTarget getTarget()target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2; -
getTargetOrBuilder
V2beta2Autoscaling.MetricTargetOrBuilder getTargetOrBuilder()target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2;
-