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