You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`resources` (List of String) The resources for the iam role.
86
+
-`allowed_scopes` (List of String) The allowed scopes for the iam role.
85
87
Valid values are (ORGANIZATION, MANAGEMENT_CLUSTER, PROVISIONER, CLUSTER_GROUP, CLUSTER, WORKSPACE, NAMESPACE)
86
-
-`rule` (Block List, Min: 1) Kubernetes rules. (see [below for nested schema](#nestedblock--spec--rule))
87
88
88
89
Optional:
89
90
90
91
-`aggregation_rule` (Block List, Max: 1) Aggregation rules for the iam role. (see [below for nested schema](#nestedblock--spec--aggregation_rule))
91
92
-`is_deprecated` (Boolean) Flag representing whether role is deprecated.
93
+
-`kubernetes_permissions` (Block List, Max: 1) Kubernetes permissions for the iam role. (see [below for nested schema](#nestedblock--spec--kubernetes_permissions))
92
94
-`tanzu_permissions` (List of String) Tanzu-specific permissions for the role.
93
95
94
-
<aid="nestedblock--spec--rule"></a>
95
-
### Nested Schema for `spec.rule`
96
-
97
-
Required:
98
-
99
-
-`verbs` (List of String) Verbs.
100
-
101
-
Optional:
102
-
103
-
-`api_groups` (List of String) API groups.
104
-
-`resource_names` (List of String) Restricts the rule to resources by name.
105
-
-`resources` (List of String) Resources for the role.
106
-
-`url_paths` (List of String) Non-resource urls for the role.
107
-
108
-
109
96
<aid="nestedblock--spec--aggregation_rule"></a>
110
97
### Nested Schema for `spec.aggregation_rule`
111
98
@@ -143,6 +130,29 @@ This array is replaced during a strategic merge patch.
0 commit comments