package k8s.io.api.autoscaling.v2beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ContainerResourceMetricSource

generated.proto:40

ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. 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. Only one "target" type should be set.

Used in: MetricSpec

message ContainerResourceMetricStatus

generated.proto:65

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.

Used in: MetricStatus

message CrossVersionObjectReference

generated.proto:88

CrossVersionObjectReference contains enough information to let you identify the referred resource.

Used in: HorizontalPodAutoscalerSpec, ObjectMetricSource, ObjectMetricStatus

message ExternalMetricSource

generated.proto:104

ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one "target" type should be set.

Used in: MetricSpec

message ExternalMetricStatus

generated.proto:126

ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.

Used in: MetricStatus

message HorizontalPodAutoscaler

generated.proto:147

HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.

Used in: HorizontalPodAutoscalerList

message HorizontalPodAutoscalerCondition

generated.proto:165

HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.

Used in: HorizontalPodAutoscalerStatus

message HorizontalPodAutoscalerList

generated.proto:188

HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.

message HorizontalPodAutoscalerSpec

generated.proto:198

HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.

Used in: HorizontalPodAutoscaler

message HorizontalPodAutoscalerStatus

generated.proto:227

HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

Used in: HorizontalPodAutoscaler

message MetricSpec

generated.proto:257

MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).

Used in: HorizontalPodAutoscalerSpec

message MetricStatus

generated.proto:302

MetricStatus describes the last-read state of a single metric.

Used in: HorizontalPodAutoscalerStatus

message ObjectMetricSource

generated.proto:347

ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

Used in: MetricSpec

message ObjectMetricStatus

generated.proto:371

ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

Used in: MetricStatus

message PodsMetricSource

generated.proto:397

PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.

Used in: MetricSpec

message PodsMetricStatus

generated.proto:414

PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).

Used in: MetricStatus

message ResourceMetricSource

generated.proto:436

ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. 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. Only one "target" type should be set.

Used in: MetricSpec

message ResourceMetricStatus

generated.proto:458

ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing 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.

Used in: MetricStatus