Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Endpoints etcd Endpoints []string )
Functions ¶
Types ¶
type IPAM ¶
type IPAM struct { Type string `json:"type"` Range RangeSet `json:"range"` DNS types.DNS `json:"dns"` }
IPAM ip address mangagement
type Net ¶
type Net struct { Version string `json:"cniVersion"` Name string `json:"name"` Type string `json:"type"` Master string `json:"master"` Mode string `json:"mode"` IPAM IPAM `json:"ipam"` }
Net cni configuration
Click to show internal directories.
Click to hide internal directories.