Package-level declarations
Types
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.
Builder for ContainerResourceMetricSourceArgs.
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.
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.
Builder for ContainerResourceMetricStatusArgs.
CrossVersionObjectReference contains enough information to let you identify the referred resource.
Builder for CrossVersionObjectReferenceArgs.
CrossVersionObjectReference contains enough information to let you identify the referred resource.
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).
Builder for 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).
Builder for ExternalMetricSourcePatchArgs.
ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
Builder for ExternalMetricStatusArgs.
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.
Builder for HorizontalPodAutoscalerArgs.
HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
Builder for HorizontalPodAutoscalerSpecArgs.
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
Builder for HorizontalPodAutoscalerStatusArgs.
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
Builder for HPAScalingPolicyArgs.
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
Builder for HPAScalingPolicyPatchArgs.
HPAScalingRules configures the scaling behavior for one direction via scaling Policy Rules and a configurable metric tolerance. Scaling Policy 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. The tolerance is applied to the metric values and prevents scaling too eagerly for small metric variations. (Note that setting a tolerance requires enabling the alpha HPAConfigurableTolerance feature gate.)
Builder for HPAScalingRulesArgs.
HPAScalingRules configures the scaling behavior for one direction via scaling Policy Rules and a configurable metric tolerance. Scaling Policy 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. The tolerance is applied to the metric values and prevents scaling too eagerly for small metric variations. (Note that setting a tolerance requires enabling the alpha HPAConfigurableTolerance feature gate.)
Builder for HPAScalingRulesPatchArgs.
MetricIdentifier defines the name and optionally selector for a metric
Builder for MetricIdentifierArgs.
MetricIdentifier defines the name and optionally selector for a metric
Builder for MetricIdentifierPatchArgs.
MetricSpec specifies how to scale based on a single metric (only type
and one other matching field should be set at once).
Builder for MetricSpecArgs.
MetricSpec specifies how to scale based on a single metric (only type
and one other matching field should be set at once).
Builder for MetricSpecPatchArgs.
MetricStatus describes the last-read state of a single metric.
Builder for MetricStatusArgs.
MetricTarget defines the target value, average value, or average utilization of a specific metric
Builder for MetricTargetArgs.
MetricTarget defines the target value, average value, or average utilization of a specific metric
Builder for MetricTargetPatchArgs.
MetricValueStatus holds the current value for a metric
Builder for MetricValueStatusArgs.
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
Builder for ObjectMetricSourceArgs.
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
Builder for ObjectMetricSourcePatchArgs.
ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
Builder for ObjectMetricStatusArgs.
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.
Builder for 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.
Builder for PodsMetricSourcePatchArgs.
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
Builder for PodsMetricStatusArgs.
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.
Builder for 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.
Builder for ResourceMetricSourcePatchArgs.
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.
Builder for ResourceMetricStatusArgs.