aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/controller/add_network.go
blob: d35657bb2fa18cd843e9f0568760c3b60327963b (plain)
1
2
3
4
5
6
7
8
9
10
package controller

import (
	"ovn4nfv-k8s-plugin/pkg/controller/network"
)

func init() {
	// AddToManagerFuncs is a list of functions to create controllers and add them to a manager.
	AddToManagerFuncs = append(AddToManagerFuncs, network.Add)
}