Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Listen is the listening address which servers CRI. Listen string // NetworkPluginBinDir is the directory in which the binaries for the plugin is kept. NetworkPluginBinDir string // NetworkPluginConfDir is the directory in which the admin places a CNI conf. NetworkPluginConfDir string }
Config defines the CRI configuration.
Click to show internal directories.
Click to hide internal directories.