public static interface V1Autoscaling.ObjectMetricStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
V1Autoscaling.CrossVersionObjectReference |
getTarget()
target is the described Kubernetes object.
|
V1Autoscaling.CrossVersionObjectReferenceOrBuilder |
getTargetOrBuilder()
target is the described Kubernetes object.
|
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 |
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;Copyright © 2018. All rights reserved.