io.k8s.api.autoscaling.v1

Members list

Concise view

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
CrossVersionObjectReference.scala
Graph
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
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
HorizontalPodAutoscaler.scala
Graph
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
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
HorizontalPodAutoscalerList.scala
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
HorizontalPodAutoscalerSpec.scala
Graph
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[Int], currentCPUUtilizationPercentage: Option[Int])

current status of a horizontal pod autoscaler

current status of a horizontal pod autoscaler

Attributes

Companion:
object
Source:
HorizontalPodAutoscalerStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
HorizontalPodAutoscalerStatus.scala
Graph
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
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
object Scale

Attributes

Companion:
class
Source:
Scale.scala
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ScaleSpec

Attributes

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

Attributes

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