mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	kubelet: Make service environment variables optional
This commit is contained in:
		@@ -84,6 +84,10 @@ var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} {
 | 
			
		||||
			if s.SchedulerName == "" {
 | 
			
		||||
				s.SchedulerName = core.DefaultSchedulerName
 | 
			
		||||
			}
 | 
			
		||||
			if s.EnableServiceLinks == nil {
 | 
			
		||||
				enableServiceLinks := core.DefaultEnableServiceLinks
 | 
			
		||||
				s.EnableServiceLinks = &enableServiceLinks
 | 
			
		||||
			}
 | 
			
		||||
		},
 | 
			
		||||
		func(j *core.PodPhase, c fuzz.Continue) {
 | 
			
		||||
			statuses := []core.PodPhase{core.PodPending, core.PodRunning, core.PodFailed, core.PodUnknown}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user