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