Packages

object ObjectMetricStatusO

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectMetricStatusO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val averageValueL: Lens[ObjectMetricStatus, Optional[Quantity]]
  2. val averageValueO: Optional[ObjectMetricStatus, Quantity]
  3. val currentValueL: Lens[ObjectMetricStatus, Quantity]
  4. val metricNameL: Lens[ObjectMetricStatus, String]
  5. val selectorL: Lens[ObjectMetricStatus, Optional[LabelSelector]]
  6. val selectorO: Optional[ObjectMetricStatus, LabelSelector]
  7. val targetL: Lens[ObjectMetricStatus, CrossVersionObjectReference]