Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoPodCIDR it may happen when kube-controller-manager not update pod CIDR for a new node that in time. ErrNoPodCIDR = errors.New("no pod CIDR found") // ErrNoPodAddress if a node does not have a address ErrNoPodAddress = errors.New("no pod address found") // ErrCNIConfNonexist if no .conf/.conflist/.json file found in /etc/cni/net.d/ ErrCNIConfNonexist = errors.New("cni conf nonexist") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.