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