Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ProviderResources *message.ProviderResources
XdsIR *message.XdsIR
// WorkerdProjectFromNamespace is threaded into every
// gatewayapi.Translator this runner constructs; see the field of the same
// name on gatewayapi.Translator for when it may be set. (APO-796)
WorkerdProjectFromNamespace bool
}
Config is the gateway-api translator runner configuration.
type StatusesToDelete ¶
type StatusesToDelete struct {
GatewayStatusKeys map[types.NamespacedName]bool
HTTPRouteStatusKeys map[types.NamespacedName]bool
GRPCRouteStatusKeys map[types.NamespacedName]bool
TLSRouteStatusKeys map[types.NamespacedName]bool
TCPRouteStatusKeys map[types.NamespacedName]bool
UDPRouteStatusKeys map[types.NamespacedName]bool
BackendTLSPolicyStatusKeys map[types.NamespacedName]bool
}
Click to show internal directories.
Click to hide internal directories.