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.
Directories ¶
Path | Synopsis |
---|---|
Package state provides a store to retrieve and save container lifecycle related information This is typically used by oci-hooks for information that cannot be retrieved / updated otherwise Specifically, the state carries container start time, and transient information about possible failures during hook events processing.
|
Package state provides a store to retrieve and save container lifecycle related information This is typically used by oci-hooks for information that cannot be retrieved / updated otherwise Specifically, the state carries container start time, and transient information about possible failures during hook events processing. |
Click to show internal directories.
Click to hide internal directories.