Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrPortNotFound = errors.New("Port not found")
)
Functions ¶
This section is empty.
Types ¶
type TCPIngressMappingReconciler ¶
type TCPIngressMappingReconciler struct {
MinPort int32
MaxPort int32
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
TCPConfigMap string
FrontendService string
client.Client
}
func (*TCPIngressMappingReconciler) Reconcile ¶
func (r *TCPIngressMappingReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile TCPIngressMappings
func (*TCPIngressMappingReconciler) SetupWithManager ¶
func (r *TCPIngressMappingReconciler) SetupWithManager(mgr ctrl.Manager, opts TCPIngressMappingReconcilerOptions) error
SetupWithManager adding controllers
type TCPIngressMappingReconcilerOptions ¶
type TCPIngressMappingReconcilerOptions struct {
MaxConcurrentReconciles int
}
Click to show internal directories.
Click to hide internal directories.