Skip to content

Commit

Permalink
Fix readme code blocks
Browse files Browse the repository at this point in the history
Signed-off-by: twobiers <[email protected]>
  • Loading branch information
twobiers committed Nov 15, 2024
1 parent 5d7b83d commit dfeb8e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/functions/getResourceCondition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ See example composition for more usage examples

Requested resource does not exist or does not have the requested condition

´´´yaml
```yaml
lasttransitiontime: "0001-01-01T00:00:00Z"
message: ""
reason: ""
status: Unknown
type: Ready
´´´
```
Requested resource does have the requested condition
´´´yaml
```yaml
lasttransitiontime: "2023-11-03T10:07:31+01:00"
message: "custom message"
reason: foo
status: "True"
type: Ready
´´´
```

0 comments on commit dfeb8e3

Please sign in to comment.