Package io.kubernetes.client.proto
Interface V2beta2Autoscaling.ResourceMetricStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V2beta2Autoscaling.ResourceMetricStatus,V2beta2Autoscaling.ResourceMetricStatus.Builder
- Enclosing class:
- V2beta2Autoscaling
public static interface V2beta2Autoscaling.ResourceMetricStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncurrent contains the current value for the given metriccurrent contains the current value for the given metricgetName()Name is the name of the resource in question.com.google.protobuf.ByteStringName is the name of the resource in question.booleancurrent contains the current value for the given metricbooleanhasName()Name is the name of the resource in question.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()Name is the name of the resource in question.
optional string name = 1; -
getName
String getName()Name is the name of the resource in question.
optional string name = 1; -
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name is the name of the resource in question.
optional string name = 1; -
hasCurrent
boolean hasCurrent()current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2; -
getCurrent
V2beta2Autoscaling.MetricValueStatus getCurrent()current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2; -
getCurrentOrBuilder
V2beta2Autoscaling.MetricValueStatusOrBuilder getCurrentOrBuilder()current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;
-