mirror of https://github.com/crossplane/docs.git
vale fixes
Signed-off-by: Steven Borrelli <steve@borrelli.org>
This commit is contained in:
parent
060fb97f5b
commit
2d631c689b
|
@ -169,9 +169,9 @@ The schema of the resource isn't validated and may contain any data.
|
||||||
|
|
||||||
### Mock Extra Resources
|
### Mock Extra Resources
|
||||||
|
|
||||||
Extra Resources allow a Composition to request Crossplane Objects on the cluster that are not
|
Extra Resources allow a Composition to request Crossplane Objects on the cluster that aren't
|
||||||
part of the Composition. The `--extra-resources` option can be pointed at a directory containing
|
part of the Composition. The `--extra-resources` option points at a directory containing
|
||||||
YAML manifests of resources to mock, and can be used in combination with a function like
|
YAML manifests of resources to mock. Use Extra Resources in combination with a function like
|
||||||
[function-extra-resources](https://github.com/crossplane-contrib/function-extra-resources) or the
|
[function-extra-resources](https://github.com/crossplane-contrib/function-extra-resources) or the
|
||||||
built-in support in [function-go-templating](https://github.com/crossplane-contrib/function-go-templating?tab=readme-ov-file#extraresources).
|
built-in support in [function-go-templating](https://github.com/crossplane-contrib/function-go-templating?tab=readme-ov-file#extraresources).
|
||||||
|
|
||||||
|
|
|
@ -169,9 +169,9 @@ The schema of the resource isn't validated and may contain any data.
|
||||||
|
|
||||||
### Mock Extra Resources
|
### Mock Extra Resources
|
||||||
|
|
||||||
Extra Resources allow a Composition to request Crossplane Objects on the cluster that are not
|
Extra Resources allow a Composition to request Crossplane Objects on the cluster that aren't
|
||||||
part of the Composition. The `--extra-resources` option can be pointed at a directory containing
|
part of the Composition. The `--extra-resources` option points at a directory containing
|
||||||
YAML manifests of resources to mock, and can be used in combination with a function like
|
YAML manifests of resources to mock. Use Extra Resources in combination with a function like
|
||||||
[function-extra-resources](https://github.com/crossplane-contrib/function-extra-resources) or the
|
[function-extra-resources](https://github.com/crossplane-contrib/function-extra-resources) or the
|
||||||
built-in support in [function-go-templating](https://github.com/crossplane-contrib/function-go-templating?tab=readme-ov-file#extraresources).
|
built-in support in [function-go-templating](https://github.com/crossplane-contrib/function-go-templating?tab=readme-ov-file#extraresources).
|
||||||
|
|
||||||
|
|
|
@ -73,4 +73,7 @@ XRD
|
||||||
XRD's
|
XRD's
|
||||||
XRDs
|
XRDs
|
||||||
XRs
|
XRs
|
||||||
function-patch-and-transform
|
function-extra-resources
|
||||||
|
function-go-templating
|
||||||
|
function-patch-and-transform
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue