Commit 01e8bf8
authored
Add .status.message and .status.startTime to InstallPlan. (#108)
StartTime is intended to be set by the controller when plan execution
begins (that is, after approval and bundle unpacking, when step
resources may actually be applied to the cluster) and supports retry
and timeout features.
Message provides a field to communicate detailed free-form messages to
administrators about the status of the plan.
Signed-off-by: Ben Luddy <[email protected]>1 parent affd59f commit 01e8bf8
File tree
4 files changed
+31
-9
lines changed- crds
- pkg/operators/v1alpha1
4 files changed
+31
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
209 | 212 | | |
210 | 213 | | |
211 | 214 | | |
| |||
249 | 252 | | |
250 | 253 | | |
251 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
252 | 259 | | |
253 | 260 | | |
254 | 261 | | |
| |||
0 commit comments