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.