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