mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #9736 from sdminonne/bug_fix2
To add validation for service ports when defined as string
This commit is contained in:
		@@ -451,7 +451,7 @@ func TestExecutorStaticPods(t *testing.T) {
 | 
			
		||||
				"enabled": true,
 | 
			
		||||
				"type": "http",
 | 
			
		||||
				"initialDelaySeconds": 30,
 | 
			
		||||
				"httpGet": { "path": "/", "port": "80" }
 | 
			
		||||
				"httpGet": { "path": "/", "port": 80 }
 | 
			
		||||
			}
 | 
			
		||||
		}]
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user