Package io.kubernetes.client.proto
Interface V2beta2Autoscaling.ContainerResourceMetricSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V2beta2Autoscaling.ContainerResourceMetricSource,V2beta2Autoscaling.ContainerResourceMetricSource.Builder
- Enclosing class:
- V2beta2Autoscaling
public static interface V2beta2Autoscaling.ContainerResourceMetricSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncontainer is the name of the container in the pods of the scaling targetcom.google.protobuf.ByteStringcontainer is the name of the container in the pods of the scaling targetgetName()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 metricbooleancontainer is the name of the container in the pods of the scaling targetbooleanhasName()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; -
hasContainer
boolean hasContainer()container is the name of the container in the pods of the scaling target
optional string container = 3; -
getContainer
String getContainer()container is the name of the container in the pods of the scaling target
optional string container = 3; -
getContainerBytes
com.google.protobuf.ByteString getContainerBytes()container is the name of the container in the pods of the scaling target
optional string container = 3;
-