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 ¶
func (*AliasPrefixReconciler) SetupWithManager ¶
func (r *AliasPrefixReconciler) SetupWithManager(mgr ctrl.Manager) error
type LoadBalancerReconciler ¶
func (*LoadBalancerReconciler) SetupWithManager ¶
func (r *LoadBalancerReconciler) SetupWithManager(mgr ctrl.Manager) error
type NatGatewayReconciler ¶
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) 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) SetupWithManager ¶
func (r *NetworkInterfaceBindReconciler) SetupWithManager(mgr ctrl.Manager) error
type NetworkInterfaceReconciler ¶
type NetworkInterfaceReconciler struct {
record.EventRecorder
client.Client
Scheme *runtime.Scheme
}
func (*NetworkInterfaceReconciler) SetupWithManager ¶
func (r *NetworkInterfaceReconciler) SetupWithManager(mgr ctrl.Manager) error
type NetworkProtectionReconciler ¶
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 ¶
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.