public static interface V1Autoscaling.ObjectMetricSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
Meta.LabelSelectorOrBuilder |
getSelectorOrBuilder()
selector is the string-encoded form of a standard kubernetes label selector for the given metric.
|
V1Autoscaling.CrossVersionObjectReference |
getTarget()
target is the described Kubernetes object.
|
V1Autoscaling.CrossVersionObjectReferenceOrBuilder |
getTargetOrBuilder()
target is the described Kubernetes object.
|
Resource.Quantity |
getTargetValue()
targetValue is the target value of the metric (as a quantity).
|
Resource.QuantityOrBuilder |
getTargetValueOrBuilder()
targetValue is the target value of the metric (as a quantity).
|
boolean |
hasAverageValue()
averageValue is the target value of the average of the
metric across all relevant pods (as a quantity)
+optional
|
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.
|
boolean |
hasTarget()
target is the described Kubernetes object.
|
boolean |
hasTargetValue()
targetValue is the target value of the metric (as a quantity).
|
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 hasTargetValue()
targetValue is the target value of the metric (as a quantity).
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetValue = 3;Resource.Quantity getTargetValue()
targetValue is the target value of the metric (as a quantity).
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetValue = 3;Resource.QuantityOrBuilder getTargetValueOrBuilder()
targetValue is the target value of the metric (as a quantity).
optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetValue = 3;boolean hasSelector()
selector is the string-encoded form of a standard kubernetes label selector for the given metric. When set, 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, 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, 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 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 = 5;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 = 5;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 = 5;Copyright © 2020. All rights reserved.