Package io.kubernetes.client.proto
Interface V2beta2Autoscaling.MetricValueStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V2beta2Autoscaling.MetricValueStatus,V2beta2Autoscaling.MetricValueStatus.Builder
- Enclosing class:
- V2beta2Autoscaling
public static interface V2beta2Autoscaling.MetricValueStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintcurrentAverageUtilization 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.averageValue is the current value of the average of the metric across all relevant pods (as a quantity) +optionalaverageValue is the current value of the average of the metric across all relevant pods (as a quantity) +optionalgetValue()value is the current value of the metric (as a quantity).value is the current value of the metric (as a quantity).booleancurrentAverageUtilization 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.booleanaverageValue is the current value of the average of the metric across all relevant pods (as a quantity) +optionalbooleanhasValue()value is the current value of the metric (as a quantity).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasValue
boolean hasValue()value is the current value of the metric (as a quantity). +optional
optional .k8s.io.apimachinery.pkg.api.resource.Quantity value = 1; -
getValue
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; -
getValueOrBuilder
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; -
hasAverageValue
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; -
getAverageValue
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; -
getAverageValueOrBuilder
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; -
hasAverageUtilization
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; -
getAverageUtilization
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;
-