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