mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-01 00:23:56 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			137 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			137 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package context
 | |
| 
 | |
| const (
 | |
| 	// KubernetesEndpoint is the kubernetes endpoint name in a stored context
 | |
| 	KubernetesEndpoint = "kubernetes"
 | |
| )
 | 
