 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Knativev1alpha1IngressReconciler ¶
type Knativev1alpha1IngressReconciler struct {
	client.Client
	Log             logr.Logger
	Scheme          *runtime.Scheme
	DataplaneClient controllers.DataPlane
	DataplaneAddressFinder *dataplane.AddressFinder
	StatusQueue            *status.Queue
	IngressClassName           string
	DisableIngressClassLookups bool
	CacheSyncTimeout           time.Duration
	ReferenceIndexers ctrlref.CacheIndexers
}
    Knativev1alpha1IngressReconciler reconciles Ingress resources.
func (*Knativev1alpha1IngressReconciler) Reconcile ¶
func (r *Knativev1alpha1IngressReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile processes the watched objects.
func (*Knativev1alpha1IngressReconciler) SetupWithManager ¶
func (r *Knativev1alpha1IngressReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
 Click to show internal directories. 
   Click to hide internal directories.