public static interface V1Autoscaling.PodsMetricSourceOrBuilder
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
|
Resource.Quantity |
getTargetAverageValue()
targetAverageValue is the target value of the average of the
metric across all relevant pods (as a quantity)
|
Resource.QuantityOrBuilder |
getTargetAverageValueOrBuilder()
targetAverageValue is the target 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 |
hasTargetAverageValue()
targetAverageValue is the target value of the average of the
metric across all relevant pods (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 hasTargetAverageValue()
targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetAverageValue = 2;Resource.Quantity getTargetAverageValue()
targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetAverageValue = 2;Resource.QuantityOrBuilder getTargetAverageValueOrBuilder()
targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetAverageValue = 2;Copyright © 2018. All rights reserved.