Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@ spec:
- type
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)"
type: string
lastError:
description: Last error encountered by the pattern
type: string
Expand Down
Loading