public static interface V1beta1Extensions.CustomMetricTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Custom Metric name.
|
com.google.protobuf.ByteString |
getNameBytes()
Custom Metric name.
|
Resource.Quantity |
getValue()
Custom Metric value (average).
|
Resource.QuantityOrBuilder |
getValueOrBuilder()
Custom Metric value (average).
|
boolean |
hasName()
Custom Metric name.
|
boolean |
hasValue()
Custom Metric value (average).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Custom Metric name.
optional string name = 1;String getName()
Custom Metric name.
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Custom Metric name.
optional string name = 1;boolean hasValue()
Custom Metric value (average).
optional .k8s.io.apimachinery.pkg.api.resource.Quantity value = 2;Resource.Quantity getValue()
Custom Metric value (average).
optional .k8s.io.apimachinery.pkg.api.resource.Quantity value = 2;Resource.QuantityOrBuilder getValueOrBuilder()
Custom Metric value (average).
optional .k8s.io.apimachinery.pkg.api.resource.Quantity value = 2;Copyright © 2018. All rights reserved.