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.

Companion:
object
Source:
CrossVersionObjectReference.scala

Pointer for CrossVersionObjectReference

Pointer for CrossVersionObjectReference

Source:
CrossVersionObjectReferencePointer.scala

configuration of a horizontal pod autoscaler.

configuration of a horizontal pod autoscaler.

Companion:
object
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.

Companion:
object
Source:
HorizontalPodAutoscalerList.scala

Pointer for HorizontalPodAutoscalerList

Pointer for HorizontalPodAutoscalerList

Source:
HorizontalPodAutoscalerListPointer.scala

Pointer for HorizontalPodAutoscaler

Pointer for HorizontalPodAutoscaler

Source:
HorizontalPodAutoscalerPointer.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.

Companion:
object
Source:
HorizontalPodAutoscalerSpec.scala

Pointer for HorizontalPodAutoscalerSpec

Pointer for HorizontalPodAutoscalerSpec

Source:
HorizontalPodAutoscalerSpecPointer.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

Companion:
object
Source:
HorizontalPodAutoscalerStatus.scala

Pointer for HorizontalPodAutoscalerStatus

Pointer for HorizontalPodAutoscalerStatus

Source:
HorizontalPodAutoscalerStatusPointer.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.

Companion:
object
Source:
Scale.scala
object Scale
Companion:
class
Source:
Scale.scala
final case class ScalePointer(currentPath: PointerPath) extends Pointer[Scale]

Pointer for Scale

Pointer for Scale

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

ScaleSpec describes the attributes of a scale subresource.

ScaleSpec describes the attributes of a scale subresource.

Companion:
object
Source:
ScaleSpec.scala
object ScaleSpec
Companion:
class
Source:
ScaleSpec.scala
final case class ScaleSpecPointer(currentPath: PointerPath) extends Pointer[ScaleSpec]

Pointer for ScaleSpec

Pointer for ScaleSpec

Source:
ScaleSpecPointer.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.

Companion:
object
Source:
ScaleStatus.scala
Companion:
class
Source:
ScaleStatus.scala
final case class ScaleStatusPointer(currentPath: PointerPath) extends Pointer[ScaleStatus]

Pointer for ScaleStatus

Pointer for ScaleStatus

Source:
ScaleStatusPointer.scala