featuregates

package
v2.12.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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"

	// ExpressionRoutesFeature is the name of the feature-gate for enabling KIC to translate
	// supported kubernetes objects into expression based routes in kong configrurations
	// when controlled kong gateway uses expression based router by configuring `router_flavor` to `expressions`.
	// Note: this feature is experimental and some resources and features may not be supported.
	// See: https://docs.konghq.com/gateway/latest/key-concepts/routes/expressions/ about expression based routes in Kong 3.0+.
	ExpressionRoutesFeature = "ExpressionRoutes"

	// CombinedServicesFeature is the name of the feature-gate that makes KIC create a single Kong Service when
	// a Kubernetes Service is referenced by multiple netv1.Ingresses. It's effective only when CombinedRoutesFeature is enabled.
	CombinedServicesFeature = "CombinedServices"

	// FillIDsFeature is the name of the feature-gate that makes KIC fill in the ID fields of Kong entities (Services,
	// Routes, and Consumers). It ensures that IDs remain stable across restarts of the controller.
	FillIDsFeature = "FillIDs"

	// RewriteURIsFeature is the name of the feature-gate for enabling/disabling konghq.com/rewrite annotation.
	RewriteURIsFeature = "RewriteURIs"

	// 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

func GetFeatureGatesDefaults() map[string]bool

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

type FeatureGates added in v2.10.0

type FeatureGates map[string]bool

func New added in v2.10.0

func New(setupLog logr.Logger, featureGates map[string]bool) (FeatureGates, error)

New creates FeatureGates from the given feature gate map, overriding the default settings.

func (FeatureGates) Enabled added in v2.10.0

func (fg FeatureGates) Enabled(feature string) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL