mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #28169 from mtaufen/container-probe-typo
Automatic merge from submit-queue Fix typo This fixes what appears to be a typo.
This commit is contained in:
		@@ -32,7 +32,7 @@ import (
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	probTestContainerName       = "test-webserber"
 | 
						probTestContainerName       = "test-webserver"
 | 
				
			||||||
	probTestInitialDelaySeconds = 30
 | 
						probTestInitialDelaySeconds = 30
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user