Skip to main content

Module manifest

Module manifest 

Source
Expand description

Workspace manifest parsing and validation.

Structs§

RuntimeConfig
Container runtime options loaded from a workspace manifest.
SandboxConfig
Sandbox options loaded from a workspace manifest.
WorkspaceManifest
Workspace manifest describing folders and sandbox options.

Enums§

ManifestError
Errors returned while loading or validating workspace manifests.

Functions§

load_workspace_manifest
Load a workspace manifest from a YAML file.
parse_workspace_manifest
Parse a workspace manifest from YAML.
validate_workspace_folders
Validate that every workspace folder exists and is a directory.