Uses of Class
io.kubernetes.client.proto.V2beta1Autoscaling.MetricStatus
-
Uses of V2beta1Autoscaling.MetricStatus in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V2beta1Autoscaling.MetricStatusModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V2beta1Autoscaling.MetricStatus>V2beta1Autoscaling.MetricStatus.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V2beta1Autoscaling.MetricStatusModifier and TypeMethodDescriptionV2beta1Autoscaling.MetricStatus.Builder.build()V2beta1Autoscaling.MetricStatus.Builder.buildPartial()V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder.getCurrentMetrics(int index) currentMetrics is the last read state of the metrics used by this autoscaler.V2beta1Autoscaling.HorizontalPodAutoscalerStatus.getCurrentMetrics(int index) currentMetrics is the last read state of the metrics used by this autoscaler.V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilder.getCurrentMetrics(int index) currentMetrics is the last read state of the metrics used by this autoscaler.V2beta1Autoscaling.MetricStatus.getDefaultInstance()V2beta1Autoscaling.MetricStatus.Builder.getDefaultInstanceForType()V2beta1Autoscaling.MetricStatus.getDefaultInstanceForType()V2beta1Autoscaling.MetricStatus.parseDelimitedFrom(InputStream input) V2beta1Autoscaling.MetricStatus.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V2beta1Autoscaling.MetricStatus.parseFrom(byte[] data) V2beta1Autoscaling.MetricStatus.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V2beta1Autoscaling.MetricStatus.parseFrom(com.google.protobuf.ByteString data) V2beta1Autoscaling.MetricStatus.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V2beta1Autoscaling.MetricStatus.parseFrom(com.google.protobuf.CodedInputStream input) V2beta1Autoscaling.MetricStatus.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V2beta1Autoscaling.MetricStatus.parseFrom(InputStream input) V2beta1Autoscaling.MetricStatus.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V2beta1Autoscaling.MetricStatus.parseFrom(ByteBuffer data) V2beta1Autoscaling.MetricStatus.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V2beta1Autoscaling.MetricStatusModifier and TypeMethodDescriptionV2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder.getCurrentMetricsList()currentMetrics is the last read state of the metrics used by this autoscaler.V2beta1Autoscaling.HorizontalPodAutoscalerStatus.getCurrentMetricsList()currentMetrics is the last read state of the metrics used by this autoscaler.V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilder.getCurrentMetricsList()currentMetrics is the last read state of the metrics used by this autoscaler.com.google.protobuf.Parser<V2beta1Autoscaling.MetricStatus>V2beta1Autoscaling.MetricStatus.getParserForType()static com.google.protobuf.Parser<V2beta1Autoscaling.MetricStatus>V2beta1Autoscaling.MetricStatus.parser()Methods in io.kubernetes.client.proto with parameters of type V2beta1Autoscaling.MetricStatusModifier and TypeMethodDescriptionV2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder.addCurrentMetrics(int index, V2beta1Autoscaling.MetricStatus value) currentMetrics is the last read state of the metrics used by this autoscaler.V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder.addCurrentMetrics(V2beta1Autoscaling.MetricStatus value) currentMetrics is the last read state of the metrics used by this autoscaler.V2beta1Autoscaling.MetricStatus.Builder.mergeFrom(V2beta1Autoscaling.MetricStatus other) V2beta1Autoscaling.MetricStatus.newBuilder(V2beta1Autoscaling.MetricStatus prototype) V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder.setCurrentMetrics(int index, V2beta1Autoscaling.MetricStatus value) currentMetrics is the last read state of the metrics used by this autoscaler.Method parameters in io.kubernetes.client.proto with type arguments of type V2beta1Autoscaling.MetricStatusModifier and TypeMethodDescriptionV2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder.addAllCurrentMetrics(Iterable<? extends V2beta1Autoscaling.MetricStatus> values) currentMetrics is the last read state of the metrics used by this autoscaler.