Documentation
¶
Overview ¶
Package sourcedetector contains the logic to detect the source IP used by nodes to contact pods.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSrcIPFromDstIP ¶
GetSrcIPFromDstIP returns the source IP used to reach the given destination IP.
Types ¶
type GatewayReconciler ¶
type GatewayReconciler struct { client.Client Scheme *runtime.Scheme EventsRecorder record.EventRecorder Options *fabric.Options }
GatewayReconciler manage gateway.
func NewGatewayReconciler ¶
func NewGatewayReconciler(cl client.Client, s *runtime.Scheme, er record.EventRecorder, opts *fabric.Options) (*GatewayReconciler, error)
NewGatewayReconciler returns a new GatewayReconciler.
func (*GatewayReconciler) SetupWithManager ¶
func (r *GatewayReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager register the GatewayReconciler to the manager.
Click to show internal directories.
Click to hide internal directories.