Skip to content

Commit

Permalink
Add MultipleHubs in default operator feature gates.
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <[email protected]>
  • Loading branch information
xuezhaojun committed May 29, 2024
1 parent cf2d921 commit 7226293
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions feature/feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,9 @@ var DefaultSpokeWorkFeatureGates = map[featuregate.Feature]featuregate.FeatureSp
ExecutorValidatingCaches: {Default: false, PreRelease: featuregate.Alpha},
RawFeedbackJsonString: {Default: false, PreRelease: featuregate.Alpha},
}

// DefaultSpokeOperatorFeatureGates consists of all known ocm operator feature keys for operator.
// To add a new feature, define a key for it above and add it here.
var DefaultSpokeOperatorFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
MultipleHubs: {Default: false, PreRelease: featuregate.Alpha},
}

0 comments on commit 7226293

Please sign in to comment.