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