Documentation ¶
Index ¶
- Variables
- func AssignMap(x interface{}, keys interface{}, val interface{})
- func CompareContainer(cont0 *types.ContainerInfo, cont1 *types.ContainerInfo) bool
- func CompareContainers(conts0 map[string]types.ContainerInfo, conts1 map[string]types.ContainerInfo) bool
- func CompareMapStringString(x map[string]string, y map[string]string)
- func CompareNode(node0 *types.NodeInfo, node1 *types.NodeInfo) bool
- func ComparePod(pod0 *types.PodInfo, pod1 *types.PodInfo) bool
- func Error(format string, args ...interface{})
- func GetMap(x interface{}, keys interface{}) interface{}
- func LocalIPsWithoutLoopback() ([]net.IP, error)
- func Log(level int, format string, args ...interface{})
- func LogV(level int) bool
- func SortedStringKeys(x interface{}) []string
- func Warning(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var Errorf func(string, ...interface{})
Errorf provides logginf functionality inside plugins
View Source
var Logb func(int) bool
Logb tells whether to log
View Source
var Logf func(int, string, ...interface{})
Logf provides logging functionality inside plugins
View Source
var Warningf func(string, ...interface{})
Warningf provides logging functionality inside plugins
Functions ¶
func CompareContainer ¶
func CompareContainer(cont0 *types.ContainerInfo, cont1 *types.ContainerInfo) bool
func CompareContainers ¶
func CompareContainers(conts0 map[string]types.ContainerInfo, conts1 map[string]types.ContainerInfo) bool
func LocalIPsWithoutLoopback ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.