Packages

p

skuber

autoscaling

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
  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

  3. type HorizontalPodAutoscalerList = ListResource[HorizontalPodAutoscaler]

Value Members

  1. object HorizontalPodAutoscaler extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped