Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. operator/pkg/metrics/utils.go

    	ManifestRenderErrorTotal.
    		With(ComponentNameLabel.Value(string(cn))).
    		With(RenderErrorLabel.Value(string(reason))).
    		Increment()
    }
    
    // CountCRFetchFail increments the count of CR fetch failure
    // for a given name and the error status.
    func CountCRFetchFail(reason metav1.StatusReason) {
    	errorReason := string(reason)
    	if reason == metav1.StatusReasonUnknown {
    		errorReason = "unknown"
    	}
    	GetCRErrorTotal.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 20 18:48:20 UTC 2020
    - 1.8K bytes
    - Viewed (0)
Back to top