Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RESTPrefix is versioned prefix for REST urls. RESTPrefix = "/contiv/v1/" // RestURLNodeIPAllocations is versioned URL for the node IPAM allocations REST endpoint. RestURLNodeIPAllocations = RESTPrefix + "ipam/allocations" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeIPAllocations ¶
type NodeIPAllocations struct {
Pods []PodIPAllocation
}
NodeIPAllocations represents runtime IP allocation info about the current node.
Click to show internal directories.
Click to hide internal directories.