File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -412,8 +412,8 @@ type CRDUpgradeSafetyPreflightConfig struct {
412
412
413
413
const (
414
414
// TODO(user): add more Types, here and into init()
415
- TypeInstalled = "Installed"
416
- TypeResolved = "Resolved"
415
+ TypeInstalled = "Installed"
416
+ TypeResolved = "Resolved"
417
417
TypeProgressing = "Progressing"
418
418
419
419
// TypeDeprecated is a rollup condition that is present when
@@ -433,8 +433,6 @@ const (
433
433
ReasonErrorGettingClient = "ErrorGettingClient"
434
434
ReasonErrorGettingReleaseState = "ErrorGettingReleaseState"
435
435
436
- ReasonUnverifiable = "Unverifiable"
437
-
438
436
CRDUpgradeSafetyPolicyEnabled CRDUpgradeSafetyPolicy = "Enabled"
439
437
CRDUpgradeSafetyPolicyDisabled CRDUpgradeSafetyPolicy = "Disabled"
440
438
)
@@ -458,7 +456,6 @@ func init() {
458
456
ReasonFailed ,
459
457
ReasonErrorGettingClient ,
460
458
ReasonErrorGettingReleaseState ,
461
- ReasonUnverifiable ,
462
459
ReasonBlocked ,
463
460
ReasonRetrying ,
464
461
)
You can’t perform that action at this time.
0 commit comments