mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			281 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			281 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| package(default_visibility = ["//visibility:public"])
 | |
| 
 | |
| licenses(["notice"])
 | |
| 
 | |
| load(
 | |
|     "@io_bazel_rules_go//go:def.bzl",
 | |
|     "go_binary",
 | |
| )
 | |
| 
 | |
| go_binary(
 | |
|     name = "netexec",
 | |
|     srcs = ["netexec.go"],
 | |
|     tags = ["automanaged"],
 | |
|     deps = ["//pkg/util/net:go_default_library"],
 | |
| )
 |