ingress

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2022 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

The Controller struct represents an Ingress controller instance.

  • The tracker is used to keep track of the relationship between Ingresses and services.
  • The envoycontrolplane, contains an XDS Server and translates the ingress to Envoy configuration.

func NewController

func NewController(
	kubeClient kubernetesclient.Interface,
	ingressInformer networkinginformers.IngressInformer,
	ecp *envoycontrolplane.EnvoyControlPlane, domain string) *Controller

NewController returns a new Controller which aggregates the status of the root ingress object and calls out to the envoy controlplane to update its state.

func (*Controller) Start

func (c *Controller) Start(ctx context.Context, numThreads int)

Start starts the controller workers.

Jump to

Keyboard shortcuts

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