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