mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			320 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			320 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Package btf handles data encoded according to the BPF Type Format.
 | |
| //
 | |
| // The canonical documentation lives in the Linux kernel repository and is
 | |
| // available at https://www.kernel.org/doc/html/latest/bpf/btf.html
 | |
| //
 | |
| // The API is very much unstable. You should only use this via the main
 | |
| // ebpf library.
 | |
| package btf
 | 
