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

pointers.io.k8s.api.rbac.v1.RoleRefPointer.scala Maven / Gradle / Ivy

There is a newer version: 0.22.0
Show newest version
package io.k8s.api.rbac.v1

import dev.hnaderi.k8s.client._

/** Pointer for RoleRef */
final case class RoleRefPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.rbac.v1.RoleRef] {
  def apiGroup : Pointer.Plain[String] = Pointer.Plain(currentPath / s"apiGroup")
  def name : Pointer.Plain[String] = Pointer.Plain(currentPath / s"name")
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy