# Functions
GetFeatureGatesDefaults initializes a feature gate map given the currently supported feature gates options and derives defaults for them based on manager configuration options if present.
New creates FeatureGates from the given feature gate map, overriding the default settings.
# Constants
CombinedServicesFromDifferentHTTPRoutes is the name of the feature gate that enables combining rules sharing the same backendRefs from different HTTPRoutes in the same namespace into one Kong gateway service to reduce total number of Kong gateway services.
DocsURL provides a link to the documentation for feature gates in the KIC repository.
FallbackConfiguration is the name of the feature-gate that enables generating fallback configuration in the case of entity errors returned by the Kong Admin API.
FillIDsFeature is the name of the feature-gate that makes KIC fill in the ID fields of Kong entities (Services, Routes, and Consumers).
GatewayAlphaFeature is the name of the feature-gate for enabling or disabling the Alpha maturity APIs and relevant features for Gateway API.
KongCustomEntity is the name of the feature-gate for enabling KongCustomEntity CR reconciliation for configuring custom Kong entities that KIC does not support yet.
KongServiceFacade is the name of the feature-gate for enabling KongServiceFacade CR reconciliation.
RewriteURIsFeature is the name of the feature-gate for enabling/disabling konghq.com/rewrite annotation.
SanitizeKonnectConfigDumps is the name of the feature-gate that enables sanitization of Konnect config dumps.
# Type aliases
No description provided by the author