Skip to content

Commit

Permalink
Merge pull request #115 from kbakdev/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis authored Sep 4, 2024
2 parents 23c8f35 + 73acd1c commit 027e9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ example:
| [`toYaml`](example/functions/toYaml) | Marshals any object into a YAML string |
| [`fromYaml`](example/functions/fromYaml) | Unmarshals a YAML string into an object |
| [`getResourceCondition`](example/functions/getResourceCondition) | Helper function to retreive conditions of resources |
| [`getComposedResouce`](example/functions/getComposedResource) | Helper function to retrieve observed composed resources |
| [`getComposedResource`](example/functions/getComposedResource) | Helper function to retrieve observed composed resources |
| [`getCompositeResource`](example/functions/getCompositeResource) | Helper function to retreive the observed composite resource |
| [`setResourceNameAnnotation`](example/inline) | Returns the special resource-name annotation with given name |
| [`include`](example/functions/include) | Outputs template as a string |
Expand Down Expand Up @@ -207,4 +207,4 @@ $ crossplane xpkg build -f package --embed-runtime-image=runtime
[go]: https://go.dev
[docker]: https://www.docker.com
[cli]: https://docs.crossplane.io/latest/cli
[extra-resources]: https://docs.crossplane.io/latest/concepts/composition-functions/#how-composition-functions-work
[extra-resources]: https://docs.crossplane.io/latest/concepts/composition-functions/#how-composition-functions-work

0 comments on commit 027e9c8

Please sign in to comment.