@@ -187,11 +187,13 @@ definitions as `constraintTemplate` is deprecated.
187
187
- ** apiGroups** (required when using _ templateInfo_ )
188
188
- An _ array_ that includes the
189
189
[ API groups] ( https://kubernetes.io/docs/reference/using-api/#api-groups ) to match. An empty
190
- array (` [""] ` ) is the core API group while ` ["*"] ` matches all API groups.
190
+ array (` [""] ` ) is the core API group.
191
+ - Defining ` ["*"] ` for _ apiGroups_ is disallowed.
191
192
- ** kinds** (required when using _ templateInfo_ )
192
193
- An _ array_ that includes the
193
194
[ kind] ( https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#required-fields )
194
195
of Kubernetes object to limit evaluation to.
196
+ - Defining ` ["*"] ` for _ kinds_ is disallowed.
195
197
- ** values** (optional)
196
198
- Defines any parameters and values to pass to the Constraint. Each value must exist in the
197
199
Constraint template CRD.
@@ -397,11 +399,13 @@ definitions as `constraintTemplate` is deprecated.
397
399
- ** apiGroups** (required when using _ templateInfo_ )
398
400
- An _ array_ that includes the
399
401
[ API groups] ( https://kubernetes.io/docs/reference/using-api/#api-groups ) to match. An empty
400
- array (` [""] ` ) is the core API group while ` ["*"] ` matches all API groups.
402
+ array (` [""] ` ) is the core API group.
403
+ - Defining ` ["*"] ` for _ apiGroups_ is disallowed.
401
404
- ** kinds** (required when using _ templateInfo_ )
402
405
- An _ array_ that includes the
403
406
[ kind] ( https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#required-fields )
404
407
of Kubernetes object to limit evaluation to.
408
+ - Defining ` ["*"] ` for _ kinds_ is disallowed.
405
409
- ** values** (optional)
406
410
- Defines any parameters and values to pass to the Constraint. Each value must exist in the
407
411
Constraint template CRD.
0 commit comments