public static interface V2beta1Autoscaling.ResourceMetricStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentAverageUtilization()
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 |
getCurrentAverageValue()
currentAverageValue is the current value of the average of the
resource metric across all relevant pods, as a raw value (instead of as
a percentage of the request), similar to the "pods" metric source type.
|
Resource.QuantityOrBuilder |
getCurrentAverageValueOrBuilder()
currentAverageValue is the current value of the average of the
resource metric across all relevant pods, as a raw value (instead of as
a percentage of the request), similar to the "pods" metric source type.
|
String |
getName()
name is the name of the resource in question.
|
com.google.protobuf.ByteString |
getNameBytes()
name is the name of the resource in question.
|
boolean |
hasCurrentAverageUtilization()
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 |
hasCurrentAverageValue()
currentAverageValue is the current value of the average of the
resource metric across all relevant pods, as a raw value (instead of as
a percentage of the request), similar to the "pods" metric source type.
|
boolean |
hasName()
name is the name of the resource in question.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
name is the name of the resource in question.
optional string name = 1;String getName()
name is the name of the resource in question.
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
name is the name of the resource in question.
optional string name = 1;boolean hasCurrentAverageUtilization()
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. It will only be present if `targetAverageValue` was set in the corresponding metric specification. +optional
optional int32 currentAverageUtilization = 2;int getCurrentAverageUtilization()
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. It will only be present if `targetAverageValue` was set in the corresponding metric specification. +optional
optional int32 currentAverageUtilization = 2;boolean hasCurrentAverageValue()
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 3;Resource.Quantity getCurrentAverageValue()
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 3;Resource.QuantityOrBuilder getCurrentAverageValueOrBuilder()
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 3;Copyright © 2023. All rights reserved.