Spec

skuber.autoscaling.v2beta1.HorizontalPodAutoscaler.Spec
See theSpec companion object
case class Spec(scaleTargetRef: CrossVersionObjectReference, minReplicas: Option[Int], maxReplicas: Int, metrics: List[Metric])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withMaxReplicas(replicas: Int): Spec
def withMinReplicas(replicas: Int): Spec

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product