mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Revert "add kubeconfig types"
This commit is contained in:
		@@ -117,9 +117,3 @@ func (info Info) MergeWithConfig(c client.Config) (client.Config, error) {
 | 
			
		||||
	}
 | 
			
		||||
	return config, nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (info Info) Complete() bool {
 | 
			
		||||
	return len(info.User) > 0 ||
 | 
			
		||||
		len(info.CertFile) > 0 ||
 | 
			
		||||
		len(info.BearerToken) > 0
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user