Skip to content

Commit

Permalink
Merge pull request #141 from twobiers/readme-fixes
Browse files Browse the repository at this point in the history
Fix readme code blocks
  • Loading branch information
jbw976 authored Nov 15, 2024
2 parents 14c2577 + dfeb8e3 commit 448e4ab
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 448e4ab

Please sign in to comment.