diff --git a/config/v1/feature_gates.go b/config/v1/feature_gates.go index 8d48cd8688b..d246b5be418 100644 --- a/config/v1/feature_gates.go +++ b/config/v1/feature_gates.go @@ -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{ diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go index 488ed3e12fc..d9045a56b76 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -179,6 +179,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ with(azureWorkloadIdentity). with(gateGatewayAPI). with(maxUnavailableStatefulSet). + with(eventedPleg). with(privateHostedZoneAWS). toFeatures(defaultFeatures), LatencySensitive: newDefaultFeatures().