cmd/kube-egress-gateway-cnimanager/main.go (5 lines of code) (raw):

// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. package main import "github.com/Azure/kube-egress-gateway/cmd/kube-egress-gateway-cnimanager/cmd" func main() { cmd.Execute() }