io.k8s.api.autoscaling.v2
Type members
Classlikes
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.
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.
- Companion:
- object
- Source:
- ContainerResourceMetricSource.scala
Pointer for ContainerResourceMetricSource
Pointer for ContainerResourceMetricSource
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.
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.
- Companion:
- object
- Source:
- ContainerResourceMetricStatus.scala
Pointer for ContainerResourceMetricStatus
Pointer for ContainerResourceMetricStatus
CrossVersionObjectReference contains enough information to let you identify the referred resource.
CrossVersionObjectReference contains enough information to let you identify the referred resource.
- Companion:
- object
- Source:
- CrossVersionObjectReference.scala
Pointer for CrossVersionObjectReference
Pointer for CrossVersionObjectReference
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).
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).
- Companion:
- object
- Source:
- ExternalMetricSource.scala
Pointer for ExternalMetricSource
Pointer for ExternalMetricSource
ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
- Companion:
- object
- Source:
- ExternalMetricStatus.scala
Pointer for ExternalMetricStatus
Pointer for ExternalMetricStatus
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
- Companion:
- object
- Source:
- HPAScalingPolicy.scala
Pointer for HPAScalingPolicy
Pointer for HPAScalingPolicy
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.
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.
- Companion:
- object
- Source:
- HPAScalingRules.scala
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.
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.
- Companion:
- object
- Source:
- HorizontalPodAutoscaler.scala
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).
- Companion:
- object
- Source:
- HorizontalPodAutoscalerBehavior.scala
Pointer for HorizontalPodAutoscalerBehavior
Pointer for HorizontalPodAutoscalerBehavior
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
- Companion:
- object
- Source:
- HorizontalPodAutoscalerCondition.scala
Pointer for HorizontalPodAutoscalerCondition
Pointer for HorizontalPodAutoscalerCondition
HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects.
HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects.
- Companion:
- object
- Source:
- HorizontalPodAutoscalerList.scala
Pointer for HorizontalPodAutoscalerList
Pointer for HorizontalPodAutoscalerList
Pointer for HorizontalPodAutoscaler
Pointer for HorizontalPodAutoscaler
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
- Companion:
- object
- Source:
- HorizontalPodAutoscalerSpec.scala
Pointer for HorizontalPodAutoscalerSpec
Pointer for HorizontalPodAutoscalerSpec
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
- Companion:
- object
- Source:
- HorizontalPodAutoscalerStatus.scala
Pointer for HorizontalPodAutoscalerStatus
Pointer for HorizontalPodAutoscalerStatus
MetricIdentifier defines the name and optionally selector for a metric
MetricIdentifier defines the name and optionally selector for a metric
- Companion:
- object
- Source:
- MetricIdentifier.scala
Pointer for MetricIdentifier
Pointer for MetricIdentifier
MetricSpec specifies how to scale based on a single metric (only type
and one other matching field should be set at once).
MetricSpec specifies how to scale based on a single metric (only type
and one other matching field should be set at once).
- Companion:
- object
- Source:
- MetricSpec.scala
MetricStatus describes the last-read state of a single metric.
MetricStatus describes the last-read state of a single metric.
- Companion:
- object
- Source:
- MetricStatus.scala
MetricTarget defines the target value, average value, or average utilization of a specific metric
MetricTarget defines the target value, average value, or average utilization of a specific metric
- Companion:
- object
- Source:
- MetricTarget.scala
MetricValueStatus holds the current value for a metric
MetricValueStatus holds the current value for a metric
- Companion:
- object
- Source:
- MetricValueStatus.scala
Pointer for MetricValueStatus
Pointer for MetricValueStatus
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
- Companion:
- object
- Source:
- ObjectMetricSource.scala
Pointer for ObjectMetricSource
Pointer for ObjectMetricSource
ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
- Companion:
- object
- Source:
- ObjectMetricStatus.scala
Pointer for ObjectMetricStatus
Pointer for ObjectMetricStatus
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.
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.
- Companion:
- object
- Source:
- PodsMetricSource.scala
Pointer for PodsMetricSource
Pointer for PodsMetricSource
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
- Companion:
- object
- Source:
- PodsMetricStatus.scala
Pointer for PodsMetricStatus
Pointer for PodsMetricStatus
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.
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.
- Companion:
- object
- Source:
- ResourceMetricSource.scala
Pointer for ResourceMetricSource
Pointer for ResourceMetricSource
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.
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.
- Companion:
- object
- Source:
- ResourceMetricStatus.scala
Pointer for ResourceMetricStatus
Pointer for ResourceMetricStatus