MetricTarget

io.k8s.api.autoscaling.v2.MetricTarget
See theMetricTarget companion object
final case class MetricTarget(`type`: String, averageUtilization: Option[Int], averageValue: Option[Quantity], value: Option[Quantity])

MetricTarget defines the target value, average value, or average utilization of a specific metric

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
MetricTarget.scala

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

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

Attributes

Source:
MetricTarget.scala

transforms type to result of function

transforms type to result of function

Attributes

Source:
MetricTarget.scala

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

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

Attributes

Source:
MetricTarget.scala

Returns a new data with averageUtilization set to new value

Returns a new data with averageUtilization set to new value

Attributes

Source:
MetricTarget.scala

Returns a new data with averageValue set to new value

Returns a new data with averageValue set to new value

Attributes

Source:
MetricTarget.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
MetricTarget.scala

Returns a new data with value set to new value

Returns a new data with value set to new value

Attributes

Source:
MetricTarget.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product