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