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

pointers.io.k8s.api.networking.v1beta1.ParentReferencePointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.networking.v1beta1

import dev.hnaderi.k8s.client._

/** Pointer for ParentReference */
final case class ParentReferencePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.networking.v1beta1.ParentReference] {
  def name : Pointer.Plain[String] = Pointer.Plain(currentPath / s"name")
  def resource : Pointer.Plain[String] = Pointer.Plain(currentPath / s"resource")
  def group : Pointer.Plain[String] = Pointer.Plain(currentPath / s"group")
  def namespace : Pointer.Plain[String] = Pointer.Plain(currentPath / s"namespace")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy