public static interface V1Autoscaling.ExternalMetricSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMetricName()
metricName is the name of the metric in question.
|
com.google.protobuf.ByteString |
getMetricNameBytes()
metricName is the name of the metric in question.
|
Meta.LabelSelector |
getMetricSelector()
metricSelector is used to identify a specific time series
within a given metric.
|
Meta.LabelSelectorOrBuilder |
getMetricSelectorOrBuilder()
metricSelector is used to identify a specific time series
within a given metric.
|
Resource.Quantity |
getTargetAverageValue()
targetAverageValue is the target per-pod value of global metric (as a quantity).
|
Resource.QuantityOrBuilder |
getTargetAverageValueOrBuilder()
targetAverageValue is the target per-pod value of global metric (as a quantity).
|
Resource.Quantity |
getTargetValue()
targetValue is the target value of the metric (as a quantity).
|
Resource.QuantityOrBuilder |
getTargetValueOrBuilder()
targetValue is the target value of the metric (as a quantity).
|
boolean |
hasMetricName()
metricName is the name of the metric in question.
|
boolean |
hasMetricSelector()
metricSelector is used to identify a specific time series
within a given metric.
|
boolean |
hasTargetAverageValue()
targetAverageValue is the target per-pod value of global metric (as a quantity).
|
boolean |
hasTargetValue()
targetValue is the target value of the metric (as a quantity).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetricName()
metricName is the name of the metric in question.
optional string metricName = 1;String getMetricName()
metricName is the name of the metric in question.
optional string metricName = 1;com.google.protobuf.ByteString getMetricNameBytes()
metricName is the name of the metric in question.
optional string metricName = 1;boolean hasMetricSelector()
metricSelector is used to identify a specific time series within a given metric. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector metricSelector = 2;Meta.LabelSelector getMetricSelector()
metricSelector is used to identify a specific time series within a given metric. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector metricSelector = 2;Meta.LabelSelectorOrBuilder getMetricSelectorOrBuilder()
metricSelector is used to identify a specific time series within a given metric. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector metricSelector = 2;boolean hasTargetValue()
targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue. +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetValue = 3;Resource.Quantity getTargetValue()
targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue. +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetValue = 3;Resource.QuantityOrBuilder getTargetValueOrBuilder()
targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue. +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetValue = 3;boolean hasTargetAverageValue()
targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue. +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetAverageValue = 4;Resource.Quantity getTargetAverageValue()
targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue. +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetAverageValue = 4;Resource.QuantityOrBuilder getTargetAverageValueOrBuilder()
targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue. +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetAverageValue = 4;Copyright © 2023. All rights reserved.