mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	fix typo
This commit is contained in:
		@@ -422,7 +422,7 @@ func MaxUnavailable(deployment extensions.Deployment) int32 {
 | 
			
		||||
	return maxUnavailable
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// MinAvailable returns the minimum vailable pods of a given deployment
 | 
			
		||||
// MinAvailable returns the minimum available pods of a given deployment
 | 
			
		||||
func MinAvailable(deployment *extensions.Deployment) int32 {
 | 
			
		||||
	if !IsRollingUpdate(deployment) {
 | 
			
		||||
		return int32(0)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user