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

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

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

import dev.hnaderi.k8s.client._

/** Pointer for PolicyRule */
final case class PolicyRulePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.rbac.v1.PolicyRule] {
  def verbs : ListPointer[String] = ListPointer(currentPath / s"verbs")
  def apiGroups : ListPointer[String] = ListPointer(currentPath / s"apiGroups")
  def resources : ListPointer[String] = ListPointer(currentPath / s"resources")
  def resourceNames : ListPointer[String] = ListPointer(currentPath / s"resourceNames")
  def nonResourceURLs : ListPointer[String] = ListPointer(currentPath / s"nonResourceURLs")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy