Skip to content

Commit

Permalink
Merge pull request #886 from thiagoalessio/master
Browse files Browse the repository at this point in the history
Replace whitelist/blacklist terminology by allowlist/denylist
  • Loading branch information
openshift-merge-robot committed Jun 22, 2020
2 parents a218b7f + ca7c0ee commit f73bebb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
featureGatesAllowingUpgrade = sets.NewString("")
)

// FeatureUpgradeableController is a controller that sets upgradeable=false if anything outside the whitelist is the specified featuregates.
// FeatureUpgradeableController is a controller that sets upgradeable=false if anything outside the allowed list is the specified featuregates.
type FeatureUpgradeableController struct {
operatorClient v1helpers.OperatorClient
featureGateLister configlistersv1.FeatureGateLister
Expand Down

0 comments on commit f73bebb

Please sign in to comment.