docs snapshot for crossplane version `master`

This commit is contained in:
Crossplane 2022-12-12 22:23:07 +00:00
parent 5e0987e2ff
commit 86993c7912
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ field within that resource matches a specified integer.
```yaml
# The composed resource will be considered ready when the 'state' status field
# matches the integer 4.
- type: MatchString
- type: MatchInteger
fieldPath: status.atProvider.state
matchInteger: 4
```