Skip to content

Commit 1460b62

Browse files
committed
Fix status field capitalization to match YAML
Updated status field names in operation.md to match actual YAML capitalization: conditions, failures, pipeline, appliedResourceRefs instead of the capitalized versions. Signed-off-by: Nic Cope <[email protected]>
1 parent fcba825 commit 1460b62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/master/operations/operation.md

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

394394
**Key status fields:**
395-
- **`Conditions`**: Standard Crossplane conditions (Synced) and Operation-specific conditions:
395+
- **`conditions`**: Standard Crossplane conditions (Synced) and Operation-specific conditions:
396396
- **`Succeeded`**: `True` when the operation completed successfully, `False` when it failed
397397
- **`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
400-
- **`AppliedResourceRefs`**: References to all resources the Operation created or modified
398+
- **`failures`**: Number of times the operation has failed and retried
399+
- **`pipeline`**: Output from each function step for tracking progress
400+
- **`appliedResourceRefs`**: References to all resources the Operation created or modified
401401

402402
### Events
403403

0 commit comments

Comments
 (0)