pointers.io.k8s.api.rbac.v1.AggregationRulePointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.rbac.v1
import dev.hnaderi.k8s.client._
/** Pointer for AggregationRule */
final case class AggregationRulePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.rbac.v1.AggregationRule] {
def clusterRoleSelectors : ListPointer[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector] = ListPointer(currentPath / s"clusterRoleSelectors")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy