Skip to content

Commit

Permalink
Clarifying documentation regarding the matcher resource.name field.
Browse files Browse the repository at this point in the history
Signed-off-by: dalton hill <[email protected]>
  • Loading branch information
dalton-hill-0 committed Nov 25, 2024
1 parent 55dd9aa commit 4d79efe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ spec:
statusConditionHooks:
- matchers:
- resources:
# Note that "name" refers to the resource's identifier within the
# Composition and not the object's metadata.name.
# Related documentation:
# https://docs.crossplane.io/latest/guides/function-patch-and-transform/#resource-templates
- name: "cloudsql-instance"
conditions:
- type: Synced
Expand Down

0 comments on commit 4d79efe

Please sign in to comment.