Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with("ExternalCloudProvider"). // sig-cloud-provider, jspeed, OCP specific
with("InsightsOperatorPullingSCA"). // insights-operator/ccx, tremes, OCP specific
with("CSIDriverSharedResource"). // sig-build, adkaplan, OCP specific
with("BuildCSIVolumes"). // sig-build, adkaplan, OCP specific
toFeatures(),
LatencySensitive: newDefaultFeatures().
with(
Expand Down
5 changes: 5 additions & 0 deletions openshiftcontrolplane/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ type OpenShiftControllerManagerConfig struct {
Ingress IngressControllerConfig `json:"ingress"`
ImageImport ImageImportControllerConfig `json:"imageImport"`
SecurityAllocator SecurityAllocator `json:"securityAllocator"`

// featureGates are the set of extra OpenShift feature gates for openshift-controller-manager.
// These feature gates can be used to enable features that are tech preview or otherwise not available on
// OpenShift by default.
FeatureGates []string `json:"featureGates"`
}

type DeployerControllerConfig struct {
Expand Down
5 changes: 5 additions & 0 deletions openshiftcontrolplane/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.