MetricStatus

Companion:
class
Source:
MetricStatus.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.readOpt[io.k8s.api.autoscaling.v2beta2.ObjectMetricStatus]("object")(decoder).flatMap[String,MetricStatus](((object:Option[ObjectMetricStatus])=>obj.readOpt[io.k8s.api.autoscaling.v2beta2.ExternalMetricStatus]("external")(decoder).flatMap[String,MetricStatus](((external:Option[ExternalMetricStatus])=>obj.readOpt[io.k8s.api.autoscaling.v2beta2.ContainerResourceMetricStatus]("containerResource")(decoder).flatMap[String,MetricStatus](((containerResource:Option[ContainerResourceMetricStatus])=>obj.readOpt[io.k8s.api.autoscaling.v2beta2.ResourceMetricStatus]("resource")(decoder).flatMap[String,MetricStatus](((resource:Option[ResourceMetricStatus])=>obj.readOpt[io.k8s.api.autoscaling.v2beta2.PodsMetricStatus]("pods")(decoder).map[MetricStatus](((pods:Option[PodsMetricStatus])=>MetricStatus.apply(type=type,object=object,external=external,containerResource=containerResource,resource=resource,pods=pods))))))))))))))) } (new$anon():Decoder[MetricStatus]) }" class="documentableAnchor">