Package io.kubernetes.client.proto
Interface V2beta2Autoscaling.ObjectMetricStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V2beta2Autoscaling.ObjectMetricStatus,V2beta2Autoscaling.ObjectMetricStatus.Builder
- Enclosing class:
- V2beta2Autoscaling
public static interface V2beta2Autoscaling.ObjectMetricStatusOrBuilder
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 metricoptional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 3;optional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 3;metric identifies the target metric by name and selectormetric identifies the target metric by name and selectorbooleancurrent contains the current value for the given metricbooleanoptional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 3;booleanmetric identifies the target metric by name and selectorMethods 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
-
hasMetric
boolean hasMetric()metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1; -
getMetric
V2beta2Autoscaling.MetricIdentifier getMetric()metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1; -
getMetricOrBuilder
V2beta2Autoscaling.MetricIdentifierOrBuilder getMetricOrBuilder()metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 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; -
hasDescribedObject
boolean hasDescribedObject()optional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 3; -
getDescribedObject
V2beta2Autoscaling.CrossVersionObjectReference getDescribedObject()optional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 3; -
getDescribedObjectOrBuilder
V2beta2Autoscaling.CrossVersionObjectReferenceOrBuilder getDescribedObjectOrBuilder()optional .k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference describedObject = 3;
-