mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #78473 from xichengliudui/deleteTODO
delete TODO: remove when we stop supporting the legacy group version
This commit is contained in:
		@@ -613,7 +613,6 @@ func Complete(s *options.ServerRunOptions) (completedServerRunOptions, error) {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// TODO: remove when we stop supporting the legacy group version.
 | 
					 | 
				
			||||||
	if s.APIEnablement.RuntimeConfig != nil {
 | 
						if s.APIEnablement.RuntimeConfig != nil {
 | 
				
			||||||
		for key, value := range s.APIEnablement.RuntimeConfig {
 | 
							for key, value := range s.APIEnablement.RuntimeConfig {
 | 
				
			||||||
			if key == "v1" || strings.HasPrefix(key, "v1/") ||
 | 
								if key == "v1" || strings.HasPrefix(key, "v1/") ||
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user