public static interface V2beta1Autoscaling.ObjectMetricSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
V2beta1Autoscaling.CrossVersionObjectReference |
getTarget()
target is the described Kubernetes object.
|
V2beta1Autoscaling.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 |
hasMetricName()
metricName is the name of the metric in question.
|
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.v2beta1.CrossVersionObjectReference target = 1;V2beta1Autoscaling.CrossVersionObjectReference getTarget()
target is the described Kubernetes object.
optional .k8s.io.api.autoscaling.v2beta1.CrossVersionObjectReference target = 1;V2beta1Autoscaling.CrossVersionObjectReferenceOrBuilder getTargetOrBuilder()
target is the described Kubernetes object.
optional .k8s.io.api.autoscaling.v2beta1.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;Copyright © 2018. All rights reserved.