public static interface V1Autoscaling.ExternalMetricStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Resource.Quantity |
getCurrentAverageValue()
currentAverageValue is the current value of metric averaged over autoscaled pods.
|
Resource.QuantityOrBuilder |
getCurrentAverageValueOrBuilder()
currentAverageValue is the current value of metric averaged over autoscaled pods.
|
Resource.Quantity |
getCurrentValue()
currentValue is the current value of the metric (as a quantity)
|
Resource.QuantityOrBuilder |
getCurrentValueOrBuilder()
currentValue is the current value of the metric (as a quantity)
|
String |
getMetricName()
metricName is the name of a metric used for autoscaling in
metric system.
|
com.google.protobuf.ByteString |
getMetricNameBytes()
metricName is the name of a metric used for autoscaling in
metric system.
|
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.
|
boolean |
hasCurrentAverageValue()
currentAverageValue is the current value of metric averaged over autoscaled pods.
|
boolean |
hasCurrentValue()
currentValue is the current value of the metric (as a quantity)
|
boolean |
hasMetricName()
metricName is the name of a metric used for autoscaling in
metric system.
|
boolean |
hasMetricSelector()
metricSelector is used to identify a specific time series
within a given metric.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetricName()
metricName is the name of a metric used for autoscaling in metric system.
optional string metricName = 1;String getMetricName()
metricName is the name of a metric used for autoscaling in metric system.
optional string metricName = 1;com.google.protobuf.ByteString getMetricNameBytes()
metricName is the name of a metric used for autoscaling in metric system.
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 hasCurrentValue()
currentValue is the current value of the metric (as a quantity)
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentValue = 3;Resource.Quantity getCurrentValue()
currentValue is the current value of the metric (as a quantity)
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentValue = 3;Resource.QuantityOrBuilder getCurrentValueOrBuilder()
currentValue is the current value of the metric (as a quantity)
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentValue = 3;boolean hasCurrentAverageValue()
currentAverageValue is the current value of metric averaged over autoscaled pods. +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 4;
Resource.Quantity getCurrentAverageValue()
currentAverageValue is the current value of metric averaged over autoscaled pods. +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 4;
Resource.QuantityOrBuilder getCurrentAverageValueOrBuilder()
currentAverageValue is the current value of metric averaged over autoscaled pods. +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 4;
Copyright © 2020. All rights reserved.