mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			284 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			284 B
		
	
	
	
		
			Python
		
	
	
	
	
	
package(default_visibility = ["//visibility:public"])
 | 
						|
 | 
						|
licenses(["notice"])
 | 
						|
 | 
						|
load(
 | 
						|
    "@io_bazel_rules_go//go:def.bzl",
 | 
						|
    "go_binary",
 | 
						|
)
 | 
						|
 | 
						|
go_binary(
 | 
						|
    name = "kubectl",
 | 
						|
    srcs = ["kubectl.go"],
 | 
						|
    tags = ["automanaged"],
 | 
						|
    deps = ["//cmd/kubectl/app:go_default_library"],
 | 
						|
)
 |