Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NetworkNamespace is the network namespace path to be passed to the CNI plugins. // When this annotation is set from the runtime spec.State payload, it takes // precedence over the PID based resolution (/proc/<pid>/ns/net) where pid is // spec.State.Pid. // This is mostly used for VM based runtime, where the spec.State PID does not // necessarily lives in the created container networking namespace. // // On Windows, this label will contain the UUID of a namespace managed by // the Host Compute Network Service (HCN) API. NetworkNamespace = labels.Prefix + "network-namespace" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.