MetricStatus

io.k8s.api.autoscaling.v2.MetricStatus
See theMetricStatus companion object
final case class MetricStatus(`type`: String, `object`: Option[ObjectMetricStatus], external: Option[ExternalMetricStatus], containerResource: Option[ContainerResourceMetricStatus], resource: Option[ResourceMetricStatus], pods: Option[PodsMetricStatus])

MetricStatus describes the last-read state of a single metric.

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
MetricStatus.scala

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

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

Attributes

Source:
MetricStatus.scala

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

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

Attributes

Source:
MetricStatus.scala

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

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

Attributes

Source:
MetricStatus.scala

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

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

Attributes

Source:
MetricStatus.scala

transforms type to result of function

transforms type to result of function

Attributes

Source:
MetricStatus.scala

Returns a new data with containerResource set to new value

Returns a new data with containerResource set to new value

Attributes

Source:
MetricStatus.scala

Returns a new data with external set to new value

Returns a new data with external set to new value

Attributes

Source:
MetricStatus.scala

Returns a new data with object set to new value

Returns a new data with object set to new value

Attributes

Source:
MetricStatus.scala

Returns a new data with pods set to new value

Returns a new data with pods set to new value

Attributes

Source:
MetricStatus.scala

Returns a new data with resource set to new value

Returns a new data with resource set to new value

Attributes

Source:
MetricStatus.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
MetricStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product