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