package k8s.io.api.autoscaling.v2beta2

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

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

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

Used in: HorizontalPodAutoscalerSpec, ObjectMetricSource, ObjectMetricStatus

message ExternalMetricSource

generated.proto:83

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

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

Used in: MetricStatus

message HPAScalingPolicy

generated.proto:102

HPAScalingPolicy is a single policy which must hold true for a specified past interval.

Used in: HPAScalingRules

message HPAScalingRules

generated.proto:121

HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.

Used in: HorizontalPodAutoscalerBehavior

message HorizontalPodAutoscaler

generated.proto:145

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 HorizontalPodAutoscalerBehavior

generated.proto:163

HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).

Used in: HorizontalPodAutoscalerSpec

message HorizontalPodAutoscalerCondition

generated.proto:182

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

Used in: HorizontalPodAutoscalerStatus

message HorizontalPodAutoscalerList

generated.proto:205

HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects.

message HorizontalPodAutoscalerSpec

generated.proto:215

HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.

Used in: HorizontalPodAutoscaler

message HorizontalPodAutoscalerStatus

generated.proto:251

HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

Used in: HorizontalPodAutoscaler

message MetricIdentifier

generated.proto:280

MetricIdentifier defines the name and optionally selector for a metric

Used in: ExternalMetricSource, ExternalMetricStatus, ObjectMetricSource, ObjectMetricStatus, PodsMetricSource, PodsMetricStatus

message MetricSpec

generated.proto:293

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

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

Used in: HorizontalPodAutoscalerStatus

message MetricTarget

generated.proto:382

MetricTarget defines the target value, average value, or average utilization of a specific metric

Used in: ContainerResourceMetricSource, ExternalMetricSource, ObjectMetricSource, PodsMetricSource, ResourceMetricSource

message MetricValueStatus

generated.proto:404

MetricValueStatus holds the current value for a metric

Used in: ContainerResourceMetricStatus, ExternalMetricStatus, ObjectMetricStatus, PodsMetricStatus, ResourceMetricStatus

message ObjectMetricSource

generated.proto:423

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

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

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

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

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

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