public static interface V2beta2Autoscaling.MetricValueStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAverageUtilization()
currentAverageUtilization is the current value of the average of the
resource metric across all relevant pods, represented as a percentage of
the requested value of the resource for the pods.
|
Resource.Quantity |
getAverageValue()
averageValue is the current value of the average of the
metric across all relevant pods (as a quantity)
+optional
|
Resource.QuantityOrBuilder |
getAverageValueOrBuilder()
averageValue is the current value of the average of the
metric across all relevant pods (as a quantity)
+optional
|
Resource.Quantity |
getValue()
value is the current value of the metric (as a quantity).
|
Resource.QuantityOrBuilder |
getValueOrBuilder()
value is the current value of the metric (as a quantity).
|
boolean |
hasAverageUtilization()
currentAverageUtilization is the current value of the average of the
resource metric across all relevant pods, represented as a percentage of
the requested value of the resource for the pods.
|
boolean |
hasAverageValue()
averageValue is the current value of the average of the
metric across all relevant pods (as a quantity)
+optional
|
boolean |
hasValue()
value is the current value of the metric (as a quantity).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
value is the current value of the metric (as a quantity). +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity value = 1;Resource.Quantity getValue()
value is the current value of the metric (as a quantity). +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity value = 1;Resource.QuantityOrBuilder getValueOrBuilder()
value is the current value of the metric (as a quantity). +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity value = 1;boolean hasAverageValue()
averageValue is the current value of the average of the metric across all relevant pods (as a quantity) +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 2;Resource.Quantity getAverageValue()
averageValue is the current value of the average of the metric across all relevant pods (as a quantity) +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 2;Resource.QuantityOrBuilder getAverageValueOrBuilder()
averageValue is the current value of the average of the metric across all relevant pods (as a quantity) +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 2;boolean hasAverageUtilization()
currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. +optional
optional int32 averageUtilization = 3;int getAverageUtilization()
currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. +optional
optional int32 averageUtilization = 3;Copyright © 2020. All rights reserved.