From 3e98427c22af4310d2a7419287de3750ae97db39 Mon Sep 17 00:00:00 2001 From: awgreene Date: Wed, 16 Dec 2020 15:28:10 -0500 Subject: [PATCH] Rename OperatorUpgradeable condition Rename OperatorUpgradeable condition to Upgradeable. --- pkg/operators/v1/operatorcondition_types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/operators/v1/operatorcondition_types.go b/pkg/operators/v1/operatorcondition_types.go index 6c06b18a2..500d578ce 100644 --- a/pkg/operators/v1/operatorcondition_types.go +++ b/pkg/operators/v1/operatorcondition_types.go @@ -5,8 +5,8 @@ import ( ) const ( - // OperatorUpgradeable indicates that the operator is upgradeable - OperatorUpgradeable string = "OperatorUpgradeable" + // Upgradeable indicates that the operator is upgradeable + Upgradeable string = "Upgradeable" ) // OperatorConditionSpec allows a cluster admin to convey information about the state of an operator to OLM, potentially overriding state reported by the operator.