Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions crds/gitops.hybrid-cloud-patterns.io_patterns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,14 @@ spec:
type: object
type: array
deletionPhase:
description: "DeletionPhase tracks the current phase of pattern deletion\nValues:
\"\" (not deleting), \"DeleteSpokeChildApps\" (Phase 1: Delete child
applications from spoke clusters), \"DeleteSpoke\" (Phase 2: Delete
app of apps from spoke),\n\t\t\t\t \"DeleteHubChildApps\" (Phase
3: Delete applications from hub), \"DeleteHub\" (Phase 4: Delete
app of apps from hub)"
description: |
DeletionPhase tracks the current phase of pattern deletion.
Values:
"" (not deleting),
"DeleteSpokeChildApps" (Phase 1: Delete child applications from spoke clusters),
"DeleteSpoke" (Phase 2: Delete app of apps from spoke),
"DeleteHubChildApps" (Phase 3: Delete applications from hub),
"DeleteHub" (Phase 4: Delete app of apps from hub)
type: string
lastError:
description: Last error encountered by the pattern
Expand Down