Skip to main content

create_sandbox_with_config

Function create_sandbox_with_config 

Source
pub fn create_sandbox_with_config(
    backend: BackendType,
    name: &str,
    orch_config: &OrchestratorConfig,
) -> Result<Box<dyn Sandbox>>
Expand description

Create a sandbox with orchestrator configuration

Used by Kubernetes/Nomad backends to pass namespace, runtime class, etc.