Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CountCRFetchFail (0.28 sec)

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

    			return reconcile.Result{}, nil
    		}
    		// Error reading the object - requeue the request.
    		operatorFailedToGetObjectFromAPIServer.Log(scope).Warnf("error getting IstioOperator %s: %s", iopName, err)
    		metrics.CountCRFetchFail(errors.ReasonForError(err))
    		return reconcile.Result{}, err
    	}
    	if iop.Spec == nil {
    		iop.Spec = &v1alpha1.IstioOperatorSpec{Profile: name.DefaultProfileName}
    	}
    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