Skip to content

Commit 5f729d9

Browse files
committed
Fix consistent code blocks in status field list
Add backticks to all status field names (Conditions, Succeeded, ValidPipeline, Failures, Pipeline) to match AppliedResourceRefs per Jared's feedback in PR #956. Signed-off-by: Nic Cope <[email protected]>
1 parent 40f768e commit 5f729d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/master/operations/operation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,11 @@ status:
392392
```
393393

394394
**Key status fields:**
395-
- **Conditions**: Standard Crossplane conditions (Synced) and Operation-specific conditions:
396-
- **Succeeded**: `True` when the operation completed successfully, `False` when it failed
397-
- **ValidPipeline**: `True` when all functions have the required `operation` capability
398-
- **Failures**: Number of times the operation has failed and retried
399-
- **Pipeline**: Output from each function step for tracking progress
395+
- **`Conditions`**: Standard Crossplane conditions (Synced) and Operation-specific conditions:
396+
- **`Succeeded`**: `True` when the operation completed successfully, `False` when it failed
397+
- **`ValidPipeline`**: `True` when all functions have the required `operation` capability
398+
- **`Failures`**: Number of times the operation has failed and retried
399+
- **`Pipeline`**: Output from each function step for tracking progress
400400
- **`AppliedResourceRefs`**: References to all resources the Operation created or modified
401401

402402
### Events

0 commit comments

Comments
 (0)