Gateway API support (#117)

This change adds support for the new proxy service to the operator
through Gateway API. This change attempts to standardize concepts around
the Gateway API to allow for compatibility with other projects.

Fixes #111
Fixes #44

Signed-off-by: Philip Laine <philip.laine@gmail.com>
This commit is contained in:
Philip Laine
2026-03-19 13:01:58 +01:00
committed by GitHub
parent ccf819d2ff
commit 7acd175882
11 changed files with 769 additions and 69 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ import (
type NBPolicyReconciler struct {
client.Client
Netbird *netbird.Client
ClusterName string
Netbird *netbird.Client
}
var (