Module config

Source
Expand description

Configuration types and helpers.

Structs§

Build
A build to run.
ComponentMapping
Component mapping for imports.
EnvPair
Represents an environment variable pair.
Group
The group to run the sandboxes in.
GroupNetwork
Network configuration for a group.
Meta
The metadata about the configuration.
Microsandbox
The microsandbox configuration.
MicrosandboxBuilder
Builder for Microsandbox configuration
Module
Module import configuration.
PathSegment
Represents a single segment of a path.
Sandbox
The sandbox to run.
SandboxBuilder
Builder for Sandbox configuration
SandboxGroup
Configuration for a sandbox’s group membership.
SandboxGroupNetwork
Network configuration for a sandbox in a group.

Enums§

NetworkScope
Network scope configuration for a sandbox.
PathPair
Represents a path mapping between host and guest systems, following Docker’s volume mapping convention.
PortPair
Represents a port mapping between host and guest systems, following Docker’s port mapping convention.
ReferenceOrPath
Represents either an OCI image reference or a path to a rootfs on disk.

Constants§

DEFAULT_NETWORK_SCOPE
The default network scope for a sandbox.
START_SCRIPT_NAME
The start script name.