public static interface V1Autoscaling.ObjectMetricStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 |
getCurrentValue()
currentValue is the current value of the metric (as a quantity).
|
Resource.QuantityOrBuilder |
getCurrentValueOrBuilder()
currentValue is the current value of the metric (as a quantity).
|
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.
|
Meta.LabelSelector |
getSelector()
selector is the string-encoded form of a standard kubernetes label selector for the given metric
When set in the ObjectMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
|
Meta.LabelSelectorOrBuilder |
getSelectorOrBuilder()
selector is the string-encoded form of a standard kubernetes label selector for the given metric
When set in the ObjectMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
|
V1Autoscaling.CrossVersionObjectReference |
getTarget()
target is the described Kubernetes object.
|
V1Autoscaling.CrossVersionObjectReferenceOrBuilder |
getTargetOrBuilder()
target is the described Kubernetes object.
|
boolean |
hasAverageValue()
averageValue is the current value of the average of the
metric across all relevant pods (as a quantity)
+optional
|
boolean |
hasCurrentValue()
currentValue is the current value of the metric (as a quantity).
|
boolean |
hasMetricName()
metricName is the name of the metric in question.
|
boolean |
hasSelector()
selector is the string-encoded form of a standard kubernetes label selector for the given metric
When set in the ObjectMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
|
boolean |
hasTarget()
target is the described Kubernetes object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTarget()
target is the described Kubernetes object.
optional .k8s.io.api.autoscaling.v1.CrossVersionObjectReference target = 1;V1Autoscaling.CrossVersionObjectReference getTarget()
target is the described Kubernetes object.
optional .k8s.io.api.autoscaling.v1.CrossVersionObjectReference target = 1;V1Autoscaling.CrossVersionObjectReferenceOrBuilder getTargetOrBuilder()
target is the described Kubernetes object.
optional .k8s.io.api.autoscaling.v1.CrossVersionObjectReference target = 1;boolean hasMetricName()
metricName is the name of the metric in question.
optional string metricName = 2;String getMetricName()
metricName is the name of the metric in question.
optional string metricName = 2;com.google.protobuf.ByteString getMetricNameBytes()
metricName is the name of the metric in question.
optional string metricName = 2;boolean hasCurrentValue()
currentValue is the current value of the metric (as a quantity).
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentValue = 3;Resource.Quantity getCurrentValue()
currentValue is the current value of the metric (as a quantity).
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentValue = 3;Resource.QuantityOrBuilder getCurrentValueOrBuilder()
currentValue is the current value of the metric (as a quantity).
optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentValue = 3;boolean hasSelector()
selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the ObjectMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 4;Meta.LabelSelector getSelector()
selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the ObjectMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 4;Meta.LabelSelectorOrBuilder getSelectorOrBuilder()
selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the ObjectMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 4;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 = 5;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 = 5;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 = 5;Copyright © 2019. All rights reserved.