All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pointers.io.k8s.api.authentication.v1.BoundObjectReferencePointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.authentication.v1

import dev.hnaderi.k8s.client._

/** Pointer for BoundObjectReference */
final case class BoundObjectReferencePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.authentication.v1.BoundObjectReference] {
  def apiVersion : Pointer.Plain[String] = Pointer.Plain(currentPath / s"apiVersion")
  def kind : Pointer.Plain[String] = Pointer.Plain(currentPath / s"kind")
  def name : Pointer.Plain[String] = Pointer.Plain(currentPath / s"name")
  def uid : Pointer.Plain[String] = Pointer.Plain(currentPath / s"uid")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy