Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayReconciler ¶
GatewayReconciler reconciles a Gateway object
func (*GatewayReconciler) Reconcile ¶
func (r *GatewayReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error)
Reconcile a gateway resource
func (*GatewayReconciler) SetupWithManager ¶
func (r *GatewayReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type IngressReconciler ¶
IngressReconciler reconciles an Ingress object
func (*IngressReconciler) Reconcile ¶
func (r *IngressReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error)
Reconcile an ingress resource
func (*IngressReconciler) SetupWithManager ¶
func (r *IngressReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type MasqueradingRuleReconciler ¶
type MasqueradingRuleReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder CorednsConfigMapNamespace string CorednsConfigMapName string CorednsConfigMapKey string CorednsConfigMapUpdateDelay time.Duration Resolver coredns.Resolver }
MasqueradingRuleReconciler reconciles a MasqueradingRule object
func (*MasqueradingRuleReconciler) Reconcile ¶
func (r *MasqueradingRuleReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error)
Reconcile a MasqueradingRule resource
func (*MasqueradingRuleReconciler) SetupWithManager ¶
func (r *MasqueradingRuleReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ServiceReconciler ¶
ServiceReconciler reconciles a Service object
func (*ServiceReconciler) Reconcile ¶
func (r *ServiceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error)
Reconcile a service resource
func (*ServiceReconciler) SetupWithManager ¶
func (r *ServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.