Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TypedEnqueueRequestForObject (0.22 sec)

  1. operator/pkg/controller/istiocontrolplane/istiocontrolplane_controller.go

    	if err != nil {
    		return err
    	}
    
    	// Watch for changes to primary resource IstioOperator
    	err = c.Watch(source.Kind(
    		mgr.GetCache(),
    		&iopv1alpha1.IstioOperator{},
    		&handler.TypedEnqueueRequestForObject[*iopv1alpha1.IstioOperator]{},
    		operatorPredicates,
    	))
    	if err != nil {
    		return err
    	}
    	// watch for changes to Istio resources
    	err = watchIstioResources(mgr.GetCache(), c)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 13:56:46 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top