mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +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"
 | 
						|
)
 |