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

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

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

import dev.hnaderi.k8s.client._

/** Pointer for ResourceMetricStatus */
final case class ResourceMetricStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.autoscaling.v2.ResourceMetricStatus] {
  def current :  io.k8s.api.autoscaling.v2.MetricValueStatusPointer = io.k8s.api.autoscaling.v2.MetricValueStatusPointer(currentPath / s"current")
  def name : Pointer.Plain[String] = Pointer.Plain(currentPath / s"name")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy