# Functions
CallPlugin calls the given CNI plugin through the internal interface.
GetPoliciesFromNwCfg returns network policies from network config.
NewPlugin creates a new CNI plugin.
ParseCniArgs unmarshals cni arguments.
ParseNetworkConfig unmarshals network configuration from bytes.
# Constants
CNI commands.
CmdAdd - CNI ADD command.
CmdDel - CNI DEL command.
CmdGet - CNI GET command.
nonstandard CNI spec command, used to dump CNI state to stdout.
CmdUpdate - CNI UPDATE command.
CmdVersion - CNI VERSION command.
CNI errors.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
KVPair represents a K-V pair of a json object.
NetworkConfig represents Azure CNI plugin network configuration.
Plugin is the parent class for CNI plugins.
No description provided by the author
No description provided by the author
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/dockershim/network/cni/cni.go#L104.
No description provided by the author
# Interfaces
CNI contract.