package
Version:
v0.0.0-...-9cc3a0a
Opens a new window with list of versions in this module.
Published: Jul 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewCmd(netns ns.NetNS, sysctlAdapter sysctlAdapter, netlinkAdapter netlinkAdapter) *cmd
type CniArgs struct {
LogicNetworkName string `json:"logicNetworkName,omitempty"`
}
CniArgs represents extended parameters that are passed as `cni-args`.
type NetConf struct {
types.NetConf
Args struct {
Cni CniArgs `json:"cni,omitempty"`
} `json:"args,omitempty"`
}
A NetConf structure represents a Multus network attachment definition configuration
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.