gateway_api

package
v1.15.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	Subsys = "gateway-controller"
)

Variables

View Source
var Cell = cell.Module(
	"gateway-api",
	"Manages the Gateway API controllers",

	cell.Config(gatewayApiConfig{
		EnableGatewayAPISecretsSync: true,
		GatewayAPISecretsNamespace:  "cilium-secrets",
	}),
	cell.Invoke(initGatewayAPIController),
	cell.Provide(registerSecretSync),
)

Cell manages the Gateway API related controllers.

Functions

func EnqueueTLSSecrets added in v1.15.0

func EnqueueTLSSecrets(c client.Client, logger logrus.FieldLogger) handler.EventHandler

func GatewayAddressTypePtr

func GatewayAddressTypePtr(addr gatewayv1.AddressType) *gatewayv1.AddressType

func GroupPtr

func GroupPtr(name string) *gatewayv1.Group

func IsReferencedByCiliumGateway added in v1.15.0

func IsReferencedByCiliumGateway(ctx context.Context, c client.Client, logger logrus.FieldLogger, obj *corev1.Secret) bool

func KindPtr

func KindPtr(name string) *gatewayv1.Kind

func ObjectNamePtr

func ObjectNamePtr(name string) *gatewayv1.ObjectName

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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