-
Notifications
You must be signed in to change notification settings - Fork 72
Add Progressing condition type? #126
Copy link
Copy link
Closed as not planned
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
As of #217, we have removed the
Readycondition, and we added theInstalledcondition in #218 andResolvedcondition in #213.We may want to consider another condition type called
Progressingthat tells a user that the controller is working toward (or not) achieving the desired state specified in the operator spec.This would be useful to understand context when
status.installedBundleSourceandstatus.resolvedBundleSourcediffer.