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
|
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
|
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;Copyright © 2018. All rights reserved.