HorizontalPodAutoscalerSpec

io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec
See theHorizontalPodAutoscalerSpec companion object
final case class HorizontalPodAutoscalerSpec(maxReplicas: Int, scaleTargetRef: CrossVersionObjectReference, minReplicas: Option[Int], targetCPUUtilizationPercentage: Option[Int])

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

Members list

Value members

Concrete methods

transforms maxReplicas to result of function

transforms maxReplicas to result of function

Attributes

Source
HorizontalPodAutoscalerSpec.scala

if minReplicas has a value, transforms to the result of function

if minReplicas has a value, transforms to the result of function

Attributes

Source
HorizontalPodAutoscalerSpec.scala

transforms scaleTargetRef to result of function

transforms scaleTargetRef to result of function

Attributes

Source
HorizontalPodAutoscalerSpec.scala

if targetCPUUtilizationPercentage has a value, transforms to the result of function

if targetCPUUtilizationPercentage has a value, transforms to the result of function

Attributes

Source
HorizontalPodAutoscalerSpec.scala

Returns a new data with maxReplicas set to new value

Returns a new data with maxReplicas set to new value

Attributes

Source
HorizontalPodAutoscalerSpec.scala

Returns a new data with minReplicas set to new value

Returns a new data with minReplicas set to new value

Attributes

Source
HorizontalPodAutoscalerSpec.scala

Returns a new data with scaleTargetRef set to new value

Returns a new data with scaleTargetRef set to new value

Attributes

Source
HorizontalPodAutoscalerSpec.scala

Returns a new data with targetCPUUtilizationPercentage set to new value

Returns a new data with targetCPUUtilizationPercentage set to new value

Attributes

Source
HorizontalPodAutoscalerSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product