Package io.kubernetes.client.proto
Interface V2beta2Autoscaling.ResourceMetricSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V2beta2Autoscaling.ResourceMetricSource,V2beta2Autoscaling.ResourceMetricSource.Builder
- Enclosing class:
- V2beta2Autoscaling
public static interface V2beta2Autoscaling.ResourceMetricSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()name is the name of the resource in question.com.google.protobuf.ByteStringname is the name of the resource in question.target specifies the target value for the given metrictarget specifies the target value for the given metricbooleanhasName()name is the name of the resource in question.booleantarget specifies the target value for the given metricMethods 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; -
hasTarget
boolean hasTarget()target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2; -
getTarget
V2beta2Autoscaling.MetricTarget getTarget()target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2; -
getTargetOrBuilder
V2beta2Autoscaling.MetricTargetOrBuilder getTargetOrBuilder()target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2;
-