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