Packages

object HorizontalPodAutoscaler extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HorizontalPodAutoscaler
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CrossVersionObjectReference(apiVersion: String = "autoscaling/v1", kind: String = "CrossVersionObjectReference", name: String) extends Product with Serializable
  2. case class Spec(scaleTargetRef: CrossVersionObjectReference, minReplicas: Option[Int] = Some(1), maxReplicas: Int = 1, cpuUtilization: Option[CPUTargetUtilization] = None) extends Product with Serializable
  3. case class Status(observedGeneration: Option[Long] = None, lastScaleTime: Option[Timestamp] = None, currentReplicas: Int = 0, desiredReplicas: Int = 0, currentCPUUtilizationPercentage: Option[Int] = None) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def build(name: String, namespace: String, kind: String, apiVersion: String = "v1"): HorizontalPodAutoscaler
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. implicit val cpuTUFmt: Format[CPUTargetUtilization]
  8. implicit val cvObjRefFmt: Format[CrossVersionObjectReference]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. implicit val hpasDef: ResourceDefinition[HorizontalPodAutoscaler] { def spec: skuber.NonCoreResourceSpecification }
  15. implicit val hpasFmt: Format[HorizontalPodAutoscaler]
  16. implicit val hpasListDef: ResourceDefinition[HorizontalPodAutoscalerList] { def spec: skuber.NonCoreResourceSpecification }
  17. implicit val hpasSpecFmt: Format[Spec]
  18. implicit val hpasStatusFmt: Format[Status]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def scale(de: Deployment): HorizontalPodAutoscaler
  24. def scale(rc: ReplicationController): HorizontalPodAutoscaler
  25. val specification: NonCoreResourceSpecification
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped