File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
cluster/manifests/deployment-service Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 97
97
status :
98
98
description : CDPResourceCleanupTaskStatus is the status part of the CDPResourceCleanupTask.
99
99
properties :
100
+ phase :
101
+ default : Created
102
+ description : |-
103
+ Phase reflects the current lifecycle phase of the resource cleanup task. The following values
104
+ are currently available:
105
+ Created: cleanup task was submitted to the cluster, the controller will clean up the resources described in it.
106
+ Started: cleanup task was picked up by the controller and is in progress.
107
+ Succeeded: cleanup task has finished successfully.
108
+ Failed: cleanup task has finished with an error.
109
+ enum :
110
+ - Created
111
+ - Started
112
+ - Succeeded
113
+ - Failed
114
+ type : string
100
115
resources :
101
116
description : Status of resources in the cleanup task.
102
117
items :
@@ -151,6 +166,7 @@ spec:
151
166
type : object
152
167
type : array
153
168
required :
169
+ - phase
154
170
- resources
155
171
type : object
156
172
required :
You can’t perform that action at this time.
0 commit comments