Cluster Role Args
data class ClusterRoleArgs(val aggregationRule: Output<AggregationRuleArgs>? = null, val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val rules: Output<List<PolicyRuleArgs>>? = null) : ConvertibleToJava<ClusterRoleArgs>
ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRole, and will no longer be served in v1.20.
Constructors
Link copied to clipboard
fun ClusterRoleArgs(aggregationRule: Output<AggregationRuleArgs>? = null, apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, rules: Output<List<PolicyRuleArgs>>? = null)