AggregationRulePatchArgs

data class AggregationRulePatchArgs(val clusterRoleSelectors: Output<List<LabelSelectorPatchArgs>>? = null) : ConvertibleToJava<AggregationRulePatchArgs>

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

Constructors

Link copied to clipboard
fun AggregationRulePatchArgs(clusterRoleSelectors: Output<List<LabelSelectorPatchArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AggregationRulePatchArgs

Properties

Link copied to clipboard

ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added