MetricIdentifier

com.coralogix.zio.k8s.model.autoscaling.v2.MetricIdentifier
See theMetricIdentifier companion object
case class MetricIdentifier(name: String, selector: Optional[LabelSelector])

MetricIdentifier defines the name and optionally selector for a metric

Value parameters

name

name is the name of the given 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

name is the name of the given metric

name is the name of the given metric

This effect always succeeds, it is safe to use the field name directly.

Attributes

Gets selector.

Gets selector.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product