pointers.io.k8s.api.autoscaling.v2.ResourceMetricSourcePointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.autoscaling.v2
import dev.hnaderi.k8s.client._
/** Pointer for ResourceMetricSource */
final case class ResourceMetricSourcePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.autoscaling.v2.ResourceMetricSource] {
def name : Pointer.Plain[String] = Pointer.Plain(currentPath / s"name")
def target : io.k8s.api.autoscaling.v2.MetricTargetPointer = io.k8s.api.autoscaling.v2.MetricTargetPointer(currentPath / s"target")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy