All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pointers.io.k8s.api.autoscaling.v2.MetricValueStatusPointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.autoscaling.v2

import dev.hnaderi.k8s.client._

/** Pointer for MetricValueStatus */
final case class MetricValueStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.autoscaling.v2.MetricValueStatus] {
  def averageUtilization : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"averageUtilization")
  def averageValue : Pointer.Plain[io.k8s.apimachinery.pkg.api.resource.Quantity] = Pointer.Plain(currentPath / s"averageValue")
  def value : Pointer.Plain[io.k8s.apimachinery.pkg.api.resource.Quantity] = Pointer.Plain(currentPath / s"value")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy