pointers.io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationReferencePointer.scala Maven / Gradle / Ivy
package io.k8s.api.flowcontrol.v1beta2
import dev.hnaderi.k8s.client._
/** Pointer for PriorityLevelConfigurationReference */
final case class PriorityLevelConfigurationReferencePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationReference] {
def name : Pointer.Plain[String] = Pointer.Plain(currentPath / s"name")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy