Skip to content

🦃️🦃️🦃️🦃️🦃️ A Kubernetes CNI Network Controller Implement in Go

License

Notifications You must be signed in to change notification settings

linkernetworks/network-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network-controller Build Status codecov

Development

# generate protocol buffer
make pb

# make server binary
make server

# make client binary
make client