Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CNIConfigManager ¶
type CNIConfigManager interface { // GetMTU provides the MTU from the provided CNI configuration file. // This is only useful if ReadCNIConfiguration is set *and* the file specifies an MTU. GetMTU() int // GetChainingMode returns the configured CNI chaining mode GetChainingMode() string // Status returns the status of the CNI manager. // Cannot return nil. Status() *models.Status GetCustomNetConf() *cnitypes.NetConf // ExternalRoutingEnabled returns true if the chained plugin implements // routing for Endpoints (Pods). ExternalRoutingEnabled() bool }
Click to show internal directories.
Click to hide internal directories.