Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 61 of 61 for fsquota (0.3 sec)

  1. pkg/controller/deployment/util/deployment_util.go

    		// maxUnavailable. Due to rounding down maxUnavailable though, it may resolve to zero.
    		// If both fenceposts resolve to zero, then we should set maxUnavailable to 1 on the
    		// theory that surge might not work due to quota.
    		unavailable = 1
    	}
    
    	return int32(surge), int32(unavailable), nil
    }
    
    // HasProgressDeadline checks if the Deployment d is expected to surface the reason
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
Back to top