@@ -415,29 +415,17 @@ const (
415
415
416
416
// the reason of condition ManagedClusterAddOnConditionProgressing
417
417
const (
418
- // ProgressingReasonInstalling is the reason of condition Progressing indicating the addon configuration is
419
- // installing .
420
- ProgressingReasonInstalling = "Installing "
418
+ // ProgressingReasonProgressing is the reason of condition Progressing indicating the addon configuration is
419
+ // applying .
420
+ ProgressingReasonProgressing = "Progressing "
421
421
422
- // ProgressingReasonInstallSucceed is the reason of condition Progressing indicating the addon configuration is
423
- // installed successfully.
424
- ProgressingReasonInstallSucceed = "InstallSucceed "
422
+ // ProgressingReasonCompleted is the reason of condition Progressing indicating the addon configuration is
423
+ // applied successfully.
424
+ ProgressingReasonCompleted = "Completed "
425
425
426
- // ProgressingReasonInstallFailed is the reason of condition Progressing indicating the addon configuration is
427
- // installed failed.
428
- ProgressingReasonInstallFailed = "InstallFailed"
429
-
430
- // ProgressingReasonUpgrading is the reason of condition Progressing indicating the addon configuration is
431
- // upgrading.
432
- ProgressingReasonUpgrading = "Upgrading"
433
-
434
- // ProgressingReasonUpgradeSucceed is the reason of condition Progressing indicating the addon configuration is
435
- // upgraded successfully.
436
- ProgressingReasonUpgradeSucceed = "UpgradeSucceed"
437
-
438
- // ProgressingReasonUpgradeFailed is the reason of condition Progressing indicating the addon configuration is
439
- // upgraded failed.
440
- ProgressingReasonUpgradeFailed = "UpgradeFailed"
426
+ // ProgressingReasonFailed is the reason of condition Progressing indicating the addon configuration
427
+ // failed to apply.
428
+ ProgressingReasonFailed = "Failed"
441
429
442
430
// ProgressingReasonWaitingForCanary is the reason of condition Progressing indicating the addon configuration
443
431
// upgrade is pending and waiting for canary is done.
0 commit comments