mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	Merge pull request #225 from cpuguy83/k8s_priority
Make k8s driver priority lower
This commit is contained in:
		@@ -14,8 +14,8 @@ import (
 | 
				
			|||||||
	"k8s.io/client-go/kubernetes"
 | 
						"k8s.io/client-go/kubernetes"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const prioritySupported = 30
 | 
					const prioritySupported = 40
 | 
				
			||||||
const priorityUnsupported = 70
 | 
					const priorityUnsupported = 80
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func init() {
 | 
					func init() {
 | 
				
			||||||
	driver.Register(&factory{})
 | 
						driver.Register(&factory{})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user