runner

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2026 License: AGPL-3.0 Imports: 14 Imported by: 0

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 Runner

type Runner struct {
	Config
}

Runner is the gateway-api translator runner.

func New

func New(cfg *Config) *Runner

New creates a new gateway-api translator runner.

func (*Runner) Start

func (r *Runner) Start(ctx context.Context) (err error)

Start starts the gateway-api translator runner

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
}

Jump to

Keyboard shortcuts

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