ExternalMetricStatus

io.k8s.api.autoscaling.v2.ExternalMetricStatus
See theExternalMetricStatus companion object
final case class ExternalMetricStatus(current: MetricValueStatus, metric: MetricIdentifier)

ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.

Attributes

Companion
object
Source
ExternalMetricStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transforms current to result of function

transforms current to result of function

Attributes

Source
ExternalMetricStatus.scala

transforms metric to result of function

transforms metric to result of function

Attributes

Source
ExternalMetricStatus.scala

Returns a new data with current set to new value

Returns a new data with current set to new value

Attributes

Source
ExternalMetricStatus.scala

Returns a new data with metric set to new value

Returns a new data with metric set to new value

Attributes

Source
ExternalMetricStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product