mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	fix typo in taint_controller
This commit is contained in:
		@@ -61,7 +61,7 @@ type podUpdateItem struct {
 | 
			
		||||
	newTolerations []v1.Toleration
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// NoExecuteTaintManager listens to Taint/Toleration changes and is resposible for removing Pods
 | 
			
		||||
// NoExecuteTaintManager listens to Taint/Toleration changes and is responsible for removing Pods
 | 
			
		||||
// from Nodes tainted with NoExecute Taints.
 | 
			
		||||
type NoExecuteTaintManager struct {
 | 
			
		||||
	client   clientset.Interface
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user