Class V2beta1Autoscaling.ContainerResourceMetricStatus

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.kubernetes.client.proto.V2beta1Autoscaling.ContainerResourceMetricStatus
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V2beta1Autoscaling.ContainerResourceMetricStatusOrBuilder, Serializable
Enclosing class:
V2beta1Autoscaling

public static final class V2beta1Autoscaling.ContainerResourceMetricStatus extends com.google.protobuf.GeneratedMessageV3 implements V2beta1Autoscaling.ContainerResourceMetricStatusOrBuilder
 ContainerResourceMetricStatus indicates the current value of a resource metric known to
 Kubernetes, as specified in requests and limits, describing a single container in each pod in the
 current scale target (e.g. CPU or memory).  Such metrics are built in to
 Kubernetes, and have special scaling options on top of those available to
 normal per-pod metrics using the "pods" source.
 
Protobuf type k8s.io.api.autoscaling.v2beta1.ContainerResourceMetricStatus
See Also: