File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
utils/vale/styles/Crossplane Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,9 @@ The schema of the resource isn't validated and may contain any data.
169
169
170
170
# ## Mock Extra Resources
171
171
172
- Extra Resources allow a Composition to request Crossplane Objects on the cluster that are not
173
- part of the Composition. The `--extra-resources` option can be pointed at a directory containing
174
- YAML manifests of resources to mock, and can be used in combination with a function like
172
+ Extra Resources allow a Composition to request Crossplane Objects on the cluster that aren't
173
+ part of the Composition. The `--extra-resources` option points at a directory containing
174
+ YAML manifests of resources to mock. Use Extra Resources in combination with a function like
175
175
[function-extra-resources](https://github.com/crossplane-contrib/function-extra-resources) or the
176
176
built-in support in [function-go-templating](https://github.com/crossplane-contrib/function-go-templating?tab=readme-ov-file#extraresources).
177
177
Original file line number Diff line number Diff line change @@ -169,9 +169,9 @@ The schema of the resource isn't validated and may contain any data.
169
169
170
170
# ## Mock Extra Resources
171
171
172
- Extra Resources allow a Composition to request Crossplane Objects on the cluster that are not
173
- part of the Composition. The `--extra-resources` option can be pointed at a directory containing
174
- YAML manifests of resources to mock, and can be used in combination with a function like
172
+ Extra Resources allow a Composition to request Crossplane Objects on the cluster that aren't
173
+ part of the Composition. The `--extra-resources` option points at a directory containing
174
+ YAML manifests of resources to mock. Use Extra Resources in combination with a function like
175
175
[function-extra-resources](https://github.com/crossplane-contrib/function-extra-resources) or the
176
176
built-in support in [function-go-templating](https://github.com/crossplane-contrib/function-go-templating?tab=readme-ov-file#extraresources).
177
177
Original file line number Diff line number Diff line change 73
73
XRD's
74
74
XRDs
75
75
XRs
76
- function-patch-and-transform
76
+ function-extra-resources
77
+ function-go-templating
78
+ function-patch-and-transform
79
+
You can’t perform that action at this time.
0 commit comments