diff --git a/config/v1/feature_gates.go b/config/v1/feature_gates.go index 8d48cd8688b..7b2832e4646 100644 --- a/config/v1/feature_gates.go +++ b/config/v1/feature_gates.go @@ -202,4 +202,14 @@ var ( ResponsiblePerson: "miciah", OwningProduct: ocpSpecific, } + + FeatureGateEventedPLEG = FeatureGateName("EventedPLEG") + eventedPleg = FeatureGateDescription{ + FeatureGateAttributes: FeatureGateAttributes{ + Name: FeatureGateEventedPLEG, + }, + OwningJiraComponent: "node", + ResponsiblePerson: "sairameshv", + OwningProduct: kubernetes, + } ) diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go index 488ed3e12fc..92eeb7a8138 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -180,6 +180,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ with(gateGatewayAPI). with(maxUnavailableStatefulSet). with(privateHostedZoneAWS). + with(eventedPleg). toFeatures(defaultFeatures), LatencySensitive: newDefaultFeatures(). toFeatures(defaultFeatures),