envoymanager

package
v2.21.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	UpgradeType = "CONNECT"
)

Variables

This section is empty.

Functions

func ServiceKey

func ServiceKey(svc *corev1.Service) string

ServiceKey returns a string used to identify the given v1.Service.

func ServicePortKey

func ServicePortKey(serviceKey string, servicePort *corev1.ServicePort) string

ServicePortKey returns a string used to identify the given v1.ServicePort.

func SortServicesByCreationTimestamp

func SortServicesByCreationTimestamp(items []corev1.Service)

SortServicesByCreationTimestamp sorts the Service slice in descending order by creation timestamp (i.e. from oldest to newest). UID alphanumeric ordering is used to break ties.

Types

type Options

type Options struct {
	// Namespace where Services and Endpoints are watched.
	Namespace string
	// NodeName is the name used to retrieve the xds configuration.
	// It is supposed to match the id (AKA service-node) of the Envoy instance
	// being controlled.
	EnvoyNodeName string
	// ExposeAnnotationKey is the annotation used to expose services.
	ExposeAnnotationKey string

	// EnvoyAdminPort port used to exposed Envoy admin interface.
	EnvoyAdminPort int
	// EnvoyStatsPort is the port used to expose Envoy stats.
	EnvoyStatsPort int

	// EnvoySNIListenerPort is the port used by the SNI Listener.
	// When the value is less or equal than 0 the SNI Listener is disabled and
	// won't be configured in Envoy.
	EnvoySNIListenerPort int
	// EnvoyTunnelingListenerPort is the port used to listen for HTTP/2
	// CONNECT requests.
	// When the value is less or equal than 0 the HTTP/2 CONNECT Listener is
	// disabled and won't be configured in Envoy.
	EnvoyTunnelingListenerPort int
}

func (Options) IsSNIEnabled

func (o Options) IsSNIEnabled() bool

func (Options) IsTunnelingEnabled

func (o Options) IsTunnelingEnabled() bool

type Reconciler

type Reconciler struct {
	ctrlruntimeclient.Client
	Options
	// contains filtered or unexported fields
}

func NewReconciler

NewReconciler returns a new Reconciler or an error if something goes wrong during the initial snapshot setup.

func (*Reconciler) Reconcile

func (*Reconciler) SetupWithManager

func (r *Reconciler) SetupWithManager(ctx context.Context, mgr ctrlruntime.Manager) error

Jump to

Keyboard shortcuts

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