# Functions
No description provided by the author
No description provided by the author
# Constants
AttachKindIscsi captures enum value "iscsi".
AttachKindLocal captures enum value "local".
AttachKindLoopback captures enum value "loopback".
AttachKindRbd captures enum value "rbd".
AttachLoopbackBaseMount captures enum value "mount".
AttachLoopbackBaseRoot captures enum value "root".
ContainerNamespaceCgroup captures enum value "cgroup".
ContainerNamespaceIpc captures enum value "ipc".
ContainerNamespaceMnt captures enum value "mnt".
ContainerNamespaceNet captures enum value "net".
ContainerNamespacePid captures enum value "pid".
ContainerNamespaceTime captures enum value "time".
ContainerNamespaceUser captures enum value "user".
ContainerNamespaceUts captures enum value "uts".
ContainerStateCreated captures enum value "created".
ContainerStateDead captures enum value "dead".
ContainerStateExited captures enum value "exited".
ContainerStateRunning captures enum value "running".
ContainerStateStopping captures enum value "stopping".
MountBindBaseMount captures enum value "mount".
MountBindBaseRoot captures enum value "root".
MountKindAttach captures enum value "attach".
MountKindBind captures enum value "bind".
MountKindNfs captures enum value "nfs".
MountKindOverlay captures enum value "overlay".
MountKindURI captures enum value "uri".
# Structs
Attach Generically address attachments.
AttachIscsi `attach_iscsi` describes an block device available as an iSCSI attachment.
AttachLocal `attach_local` describes a block device that is locally present.
AttachLoopback `attach_loopback` describes a loopback device based on an available file.
AttachRbd attach_rbd describes an RBD map.
Container The `container` option describes a minimally namespaced container.
Error error
swagger:model error.
Mount Generically address mounts by kind and ID or definition Either an `mount_id` or a mount definition must be supplied.
MountAttach `mount_attach` describes an attach mount.
MountBind `mount_bind` describes a local bind mount.
MountNfs `mount_nfs` describes an NFS mount.
MountOverlay `mount_overlay` describes an Overlayfs mount.
RbdOptions rbd options
swagger:model rbd_options.
# Type aliases
ContainerNamespace Linux namespace
swagger:model container_namespace.
ContainerState Valid container states
swagger:model container_state.
ID An ID is a unique numeric ID that references an object.
Name A name is a unique, user-provided identifier for an object.