docs snapshot for crossplane version `v1.9`

This commit is contained in:
Crossplane 2022-12-12 22:20:45 +00:00
parent 3a4124b130
commit 5e0987e2ff
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,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
```