Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KnativeFeature is the name of the feature-gate for enabling/disabling Knative. KnativeFeature = "Knative" // GatewayFeature is the name of the feature-gate for enabling/disabling GatewayFeature APIs. GatewayFeature = "Gateway" // GatewayAlphaFeature is the name of the feature-gate for enabling or // disabling the Alpha maturity APIs and relevant features for Gateway API. GatewayAlphaFeature = "GatewayAlpha" // CombinedRoutesFeature is the name of the feature-gate for the newer object // translation logic that will combine routes for kong services when translating // objects like Ingress instead of creating a route per path. CombinedRoutesFeature = "CombinedRoutes" // DocsURL provides a link to the documentation for feature gates in the KIC repository. DocsURL = "https://github.com/Kong/kubernetes-ingress-controller/blob/main/FEATURE_GATES.md" )
Variables ¶
This section is empty.
Functions ¶
func GetFeatureGatesDefaults ¶
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.
NOTE: if you're adding a new feature gate, it needs to be added here.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.