networking

package
v0.1.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	MinEphemeralPort int32 = 1024
	MaxEphemeralPort int32 = 65535
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AliasPrefixReconciler

type AliasPrefixReconciler struct {
	record.EventRecorder
	client.Client
	Scheme *runtime.Scheme
}

func (*AliasPrefixReconciler) Reconcile

func (r *AliasPrefixReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*AliasPrefixReconciler) SetupWithManager

func (r *AliasPrefixReconciler) SetupWithManager(mgr ctrl.Manager) error

type LoadBalancerReconciler

type LoadBalancerReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

func (*LoadBalancerReconciler) Reconcile

func (r *LoadBalancerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*LoadBalancerReconciler) SetupWithManager

func (r *LoadBalancerReconciler) SetupWithManager(mgr ctrl.Manager) error

type NatGatewayReconciler

type NatGatewayReconciler struct {
	record.EventRecorder
	client.Client
	Scheme *runtime.Scheme
}

func (*NatGatewayReconciler) Reconcile

func (r *NatGatewayReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*NatGatewayReconciler) SetupWithManager

func (r *NatGatewayReconciler) SetupWithManager(mgr ctrl.Manager) error

type NetworkBindReconciler added in v0.1.1

type NetworkBindReconciler struct {
	record.EventRecorder
	client.Client
}

func (*NetworkBindReconciler) Reconcile added in v0.1.1

func (r *NetworkBindReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*NetworkBindReconciler) SetupWithManager added in v0.1.1

func (r *NetworkBindReconciler) SetupWithManager(mgr ctrl.Manager) error

type NetworkInterfaceBindReconciler

type NetworkInterfaceBindReconciler struct {
	record.EventRecorder
	client.Client
	APIReader   client.Reader
	Scheme      *runtime.Scheme
	BindTimeout time.Duration
}

func (*NetworkInterfaceBindReconciler) Reconcile

func (*NetworkInterfaceBindReconciler) SetupWithManager

func (r *NetworkInterfaceBindReconciler) SetupWithManager(mgr ctrl.Manager) error

type NetworkInterfaceReconciler

type NetworkInterfaceReconciler struct {
	record.EventRecorder
	client.Client
	Scheme *runtime.Scheme
}

func (*NetworkInterfaceReconciler) Reconcile

func (*NetworkInterfaceReconciler) SetupWithManager

func (r *NetworkInterfaceReconciler) SetupWithManager(mgr ctrl.Manager) error

type NetworkProtectionReconciler

type NetworkProtectionReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

func (*NetworkProtectionReconciler) Reconcile

func (*NetworkProtectionReconciler) SetupWithManager

func (r *NetworkProtectionReconciler) SetupWithManager(mgr ctrl.Manager) error

type VirtualIPReconciler

type VirtualIPReconciler struct {
	record.EventRecorder
	client.Client
	APIReader client.Reader
	Scheme    *runtime.Scheme
	// BindTimeout is the maximum duration until a VirtualIP's Bound condition is considered to be timed out.
	BindTimeout time.Duration
}

VirtualIPReconciler reconciles a VirtualIP object

func (*VirtualIPReconciler) Reconcile

func (r *VirtualIPReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile is part of the main reconciliation loop for VirtualIP types

func (*VirtualIPReconciler) SetupWithManager

func (r *VirtualIPReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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