Package

skuber

autoscaling

Permalink

package autoscaling

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. autoscaling
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CPUTargetUtilization(targetPercentage: Int) extends Product with Serializable

    Permalink
  2. case class HorizontalPodAutoscaler(kind: String = "HorizontalPodAutoscaler", apiVersion: String = "autoscaling/v1", metadata: ObjectMeta, spec: Spec, status: Option[Status] = None) extends ObjectResource with Product with Serializable

    Permalink

  3. type HorizontalPodAutoscalerList = ListResource[HorizontalPodAutoscaler]

    Permalink

Value Members

  1. object HorizontalPodAutoscaler extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped