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