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