Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkManager ¶
type NetworkManager interface { ApplyNetClass(podUID, containerId string, data *common.NetClsData) error ClearNetClass(cgroupID uint64) error }
NetworkManager provides methods that control network resources.
func NewNetworkManager ¶
func NewNetworkManager() NetworkManager
NewNetworkManager returns a defaultNetworkManager.
Click to show internal directories.
Click to hide internal directories.