You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ClusterDomain is the cluster domain used for translating Kubernetes objects.
122
123
ClusterDomainstring
124
+
125
+
// GatewayControllerName is the gateway controller name used by KIC.
126
+
// GatewayClasses with this controller name in spec.ControllerName are managed by KIC, otherwise they are managed by other components(like Kong Operator).
127
+
GatewayControllerNamestring
123
128
}
124
129
125
130
// NewTranslator produces a new Translator object provided a logging mechanism
0 commit comments