Skip to content

Commit

Permalink
Add Evented Pleg as a Tech-Preview feature in the Openshift
Browse files Browse the repository at this point in the history
  • Loading branch information
sairameshv committed May 25, 2023
1 parent 75b5a44 commit 2f2626e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/v1/feature_gates.go
Expand Up @@ -193,6 +193,16 @@ var (
OwningProduct: kubernetes,
}

FeatureGateEventedPLEG = FeatureGateName("EventedPLEG")
eventedPleg = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Name: FeatureGateEventedPLEG,
},
OwningJiraComponent: "node",
ResponsiblePerson: "sairameshv",
OwningProduct: kubernetes,
}

FeatureGatePrivateHostedZoneAWS = FeatureGateName("PrivateHostedZoneAWS")
privateHostedZoneAWS = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Expand Down
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Expand Up @@ -179,6 +179,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(azureWorkloadIdentity).
with(gateGatewayAPI).
with(maxUnavailableStatefulSet).
with(eventedPleg).
with(privateHostedZoneAWS).
toFeatures(defaultFeatures),
LatencySensitive: newDefaultFeatures().
Expand Down

0 comments on commit 2f2626e

Please sign in to comment.