mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	make clear PodConfigNotification's type
This commit is contained in:
		@@ -39,7 +39,7 @@ type PodConfigNotificationMode int
 | 
			
		||||
const (
 | 
			
		||||
	// PodConfigNotificationUnknown is the default value for
 | 
			
		||||
	// PodConfigNotificationMode when uninitialized.
 | 
			
		||||
	PodConfigNotificationUnknown = iota
 | 
			
		||||
	PodConfigNotificationUnknown PodConfigNotificationMode = iota
 | 
			
		||||
	// PodConfigNotificationSnapshot delivers the full configuration as a SET whenever
 | 
			
		||||
	// any change occurs.
 | 
			
		||||
	PodConfigNotificationSnapshot
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user