package k8s.io.api.autoscaling.v1

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 the requests and limits, describing a single container in each of the pods of 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 into 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:89

CrossVersionObjectReference contains enough information to let you identify the referred resource. +structType=atomic

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).

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:145

configuration of a horizontal pod autoscaler.

Used in: HorizontalPodAutoscalerList

message HorizontalPodAutoscalerCondition

generated.proto:161

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

message HorizontalPodAutoscalerList

generated.proto:184

list of horizontal pod autoscaler objects.

message HorizontalPodAutoscalerSpec

generated.proto:194

specification of a horizontal pod autoscaler.

Used in: HorizontalPodAutoscaler

message HorizontalPodAutoscalerStatus

generated.proto:217

current status of a horizontal pod autoscaler

Used in: HorizontalPodAutoscaler

message MetricSpec

generated.proto:241

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

message MetricStatus

generated.proto:286

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

message ObjectMetricSource

generated.proto:331

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:355

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:381

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:398

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:420

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:442

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

message Scale

generated.proto:462

Scale represents a scaling request for a resource.

message ScaleSpec

generated.proto:477

ScaleSpec describes the attributes of a scale subresource.

Used in: Scale

message ScaleStatus

generated.proto:484

ScaleStatus represents the current status of a scale subresource.

Used in: Scale