public static interface V2beta1Autoscaling.PodsMetricStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Resource.Quantity |
getCurrentAverageValue()
currentAverageValue is the current value of the average of the
metric across all relevant pods (as a quantity)
|
Resource.QuantityOrBuilder |
getCurrentAverageValueOrBuilder()
currentAverageValue is the current value of the average of the
metric across all relevant pods (as a quantity)
|
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 |
getSelector()
selector is the string-encoded form of a standard kubernetes label selector for the given metric
When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
|
Meta.LabelSelectorOrBuilder |
getSelectorOrBuilder()
selector is the string-encoded form of a standard kubernetes label selector for the given metric
When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
|
boolean |
hasCurrentAverageValue()
currentAverageValue is the current value of the average of the
metric across all relevant pods (as a quantity)
|
boolean |
hasMetricName()
metricName is the name of the metric in question
|
boolean |
hasSelector()
selector is the string-encoded form of a standard kubernetes label selector for the given metric
When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
|
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 hasCurrentAverageValue()
currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 2;
Resource.Quantity getCurrentAverageValue()
currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 2;
Resource.QuantityOrBuilder getCurrentAverageValueOrBuilder()
currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 2;
boolean hasSelector()
selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 3;Meta.LabelSelector getSelector()
selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 3;Meta.LabelSelectorOrBuilder getSelectorOrBuilder()
selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 3;Copyright © 2021. All rights reserved.