Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mirrorPercent (0.12 sec)

  1. tests/fuzz/testdata/FuzzConfigValidation2/fuzz_config_validation2.dict

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 07 17:07:53 UTC 2021
    - 2K bytes
    - Viewed (0)
  2. pkg/config/validation/virtualservice.go

    	// nolint: staticcheck
    	if http.MirrorPercent != nil {
    		if value := http.MirrorPercent.GetValue(); value > 100 {
    			errs = AppendValidation(errs, fmt.Errorf("mirror_percent must have a max value of 100 (it has %d)", value))
    		}
    		errs = AppendValidation(errs, WrapWarning(errors.New(`using deprecated setting "mirrorPercent", use "mirrorPercentage" instead`)))
    	}
    
    	if http.MirrorPercentage != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:27 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top