Simplify the reasons used in status conditions to only Succeeded
and Failed
#1153
Labels
epic/v1-api
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
v1.0
Issues related to the initial stable release of OLMv1
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Currently, we have a mixture of reasons used for different status condition types that are a flavor of the terms
Succeeded
orFailed
.For example, we have:
UnpackSuccess
andUnpackFailed
for theUnpacked
condition typeSuccess
andInstallationFailed
for theInstalled
condition typeSuccess
andResolutionFailed
for theResolved
condition typeAs outlined in the v1 API Review RFC, we should simplify this to using
Succeeded
andFailed
for all the status condition types (Unpacked
,Installed
,Resolved
) to ensure consistency.The text was updated successfully, but these errors were encountered: