io.k8s.api.autoscaling.v1

Members list

Type members

Classlikes

final case class CrossVersionObjectReference(kind: String, name: String, apiVersion: Option[String])

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

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

Attributes

Companion
object
Source
CrossVersionObjectReference.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
CrossVersionObjectReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

configuration of a horizontal pod autoscaler.

configuration of a horizontal pod autoscaler.

Attributes

Companion
object
Source
HorizontalPodAutoscaler.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
HorizontalPodAutoscaler.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class HorizontalPodAutoscalerList(items: Seq[HorizontalPodAutoscaler], metadata: Option[ListMeta]) extends KObject

list of horizontal pod autoscaler objects.

list of horizontal pod autoscaler objects.

Attributes

Companion
object
Source
HorizontalPodAutoscalerList.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
HorizontalPodAutoscalerList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
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.

Attributes

Companion
object
Source
HorizontalPodAutoscalerSpec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
HorizontalPodAutoscalerSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class HorizontalPodAutoscalerStatus(desiredReplicas: Int, currentReplicas: Int, lastScaleTime: Option[Time], observedGeneration: Option[Long], currentCPUUtilizationPercentage: Option[Int])

current status of a horizontal pod autoscaler

current status of a horizontal pod autoscaler

Attributes

Companion
object
Source
HorizontalPodAutoscalerStatus.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
HorizontalPodAutoscalerStatus.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
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.

Attributes

Companion
object
Source
Scale.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object Scale

Attributes

Companion
class
Source
Scale.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Scale.type
final case class ScaleSpec(replicas: Option[Int])

ScaleSpec describes the attributes of a scale subresource.

ScaleSpec describes the attributes of a scale subresource.

Attributes

Companion
object
Source
ScaleSpec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ScaleSpec

Attributes

Companion
class
Source
ScaleSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ScaleSpec.type
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.

Attributes

Companion
object
Source
ScaleStatus.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ScaleStatus

Attributes

Companion
class
Source
ScaleStatus.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type