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.
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)