public static interface V2beta2Autoscaling.MetricTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAverageUtilization()
averageUtilization is the target 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 target value of the average of the
metric across all relevant pods (as a quantity)
+optional
|
Resource.QuantityOrBuilder |
getAverageValueOrBuilder()
averageValue is the target value of the average of the
metric across all relevant pods (as a quantity)
+optional
|
String |
getType()
type represents whether the metric type is Utilization, Value, or AverageValue
|
com.google.protobuf.ByteString |
getTypeBytes()
type represents whether the metric type is Utilization, Value, or AverageValue
|
Resource.Quantity |
getValue()
value is the target value of the metric (as a quantity).
|
Resource.QuantityOrBuilder |
getValueOrBuilder()
value is the target value of the metric (as a quantity).
|
boolean |
hasAverageUtilization()
averageUtilization is the target 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 target value of the average of the
metric across all relevant pods (as a quantity)
+optional
|
boolean |
hasType()
type represents whether the metric type is Utilization, Value, or AverageValue
|
boolean |
hasValue()
value is the target value of the metric (as a quantity).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
type represents whether the metric type is Utilization, Value, or AverageValue
optional string type = 1;String getType()
type represents whether the metric type is Utilization, Value, or AverageValue
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
type represents whether the metric type is Utilization, Value, or AverageValue
optional string type = 1;boolean hasValue()
value is the target value of the metric (as a quantity). +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity value = 2;Resource.Quantity getValue()
value is the target value of the metric (as a quantity). +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity value = 2;Resource.QuantityOrBuilder getValueOrBuilder()
value is the target value of the metric (as a quantity). +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity value = 2;boolean hasAverageValue()
averageValue is the target value of the average of the metric across all relevant pods (as a quantity) +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 3;Resource.Quantity getAverageValue()
averageValue is the target value of the average of the metric across all relevant pods (as a quantity) +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 3;Resource.QuantityOrBuilder getAverageValueOrBuilder()
averageValue is the target value of the average of the metric across all relevant pods (as a quantity) +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 3;boolean hasAverageUtilization()
averageUtilization is the target 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. Currently only valid for Resource metric source type +optional
optional int32 averageUtilization = 4;int getAverageUtilization()
averageUtilization is the target 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. Currently only valid for Resource metric source type +optional
optional int32 averageUtilization = 4;Copyright © 2023. All rights reserved.