io.k8s.api.autoscaling.v1

Type members

Classlikes

final case class CrossVersionObjectReference(name: String)

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

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

Source:
CrossVersionObjectReference.scala

configuration of a horizontal pod autoscaler.

configuration of a horizontal pod autoscaler.

Source:
HorizontalPodAutoscaler.scala
final case class HorizontalPodAutoscalerList(items: Seq[HorizontalPodAutoscaler], metadata: Option[ListMeta]) extends KObject

list of horizontal pod autoscaler objects.

list of horizontal pod autoscaler objects.

Source:
HorizontalPodAutoscalerList.scala
final case class HorizontalPodAutoscalerSpec(maxReplicas: Int, scaleTargetRef: CrossVersionObjectReference, minReplicas: Option[Int], targetCPUUtilizationPercentage: Option[Int])

specification of a horizontal pod autoscaler.

specification of a horizontal pod autoscaler.

Source:
HorizontalPodAutoscalerSpec.scala
final case class HorizontalPodAutoscalerStatus(desiredReplicas: Int, currentReplicas: Int, lastScaleTime: Option[Time], observedGeneration: Option[Int], currentCPUUtilizationPercentage: Option[Int])

current status of a horizontal pod autoscaler

current status of a horizontal pod autoscaler

Source:
HorizontalPodAutoscalerStatus.scala
final case class Scale(status: Option[ScaleStatus], spec: Option[ScaleSpec], metadata: Option[ObjectMeta]) extends KObject

Scale represents a scaling request for a resource.

Scale represents a scaling request for a resource.

Source:
Scale.scala
final case class ScaleSpec(replicas: Option[Int])

ScaleSpec describes the attributes of a scale subresource.

ScaleSpec describes the attributes of a scale subresource.

Source:
ScaleSpec.scala
final case class ScaleStatus(replicas: Int, selector: Option[String])

ScaleStatus represents the current status of a scale subresource.

ScaleStatus represents the current status of a scale subresource.

Source:
ScaleStatus.scala