Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/config/validation/validation.go

    	}
    	if probe.TimeoutSeconds < 0 {
    		errs = appendErrors(errs, fmt.Errorf("timeoutSeconds must be non-negative"))
    	}
    	if probe.SuccessThreshold < 0 {
    		errs = appendErrors(errs, fmt.Errorf("successThreshold must be non-negative"))
    	}
    	if probe.FailureThreshold < 0 {
    		errs = appendErrors(errs, fmt.Errorf("failureThreshold must be non-negative"))
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top