Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getIntOrPercentValue (0.16 sec)

  1. pkg/apis/apps/validation/validation.go

    	// Validate exactly one of MaxSurge or MaxUnavailable is non-zero
    	hasUnavailable := getIntOrPercentValue(rollingUpdate.MaxUnavailable) != 0
    	hasSurge := getIntOrPercentValue(rollingUpdate.MaxSurge) != 0
    	switch {
    	case hasUnavailable && hasSurge:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 06 22:11:20 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top