Documentation ¶
Index ¶
Constants ¶
View Source
const ( PoolIPv4 = "CiliumPoolv4" PoolIPv6 = "CiliumPoolv6" )
View Source
const (
// ContainerInterfacePrefix is the container's internal interface name prefix.
ContainerInterfacePrefix = "cilium"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateEndpointRequest ¶
type CreateEndpointRequest struct { NetworkID string EndpointID string Interface api.EndpointInterface Options map[string]json.RawMessage }
CreateEndpointRequest is the as api.CreateEndpointRequest but with json.RawMessage type for Options map
Click to show internal directories.
Click to hide internal directories.