Show / Hide Table of Contents

Namespace Pulumi.Kubernetes.Types.Inputs.Autoscaling.V2Beta1

Classes

CrossVersionObjectReferenceArgs

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

ExternalMetricSourceArgs

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.

ExternalMetricStatusArgs

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

HorizontalPodAutoscalerArgs

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.

HorizontalPodAutoscalerConditionArgs

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

HorizontalPodAutoscalerListArgs

HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.

HorizontalPodAutoscalerSpecArgs

HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.

HorizontalPodAutoscalerStatusArgs

HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

MetricSpecArgs

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

MetricStatusArgs

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

ObjectMetricSourceArgs

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

ObjectMetricStatusArgs

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

PodsMetricSourceArgs

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.

PodsMetricStatusArgs

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

ResourceMetricSourceArgs

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.

ResourceMetricStatusArgs

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.

Back to top Copyright 2016-2020, Pulumi Corporation.