MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / provisioning_condition

Function provisioning_condition

crates/openshell-driver-vm/src/driver.rs:5012–5020  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5010}
5011
5012fn provisioning_condition() -> SandboxCondition {
5013 SandboxCondition {
5014 r#type: "Ready".to_string(),
5015 status: "False".to_string(),
5016 reason: "Starting".to_string(),
5017 message: "VM is starting".to_string(),
5018 last_transition_time: String::new(),
5019 }
5020}
5021
5022fn deleting_condition() -> SandboxCondition {
5023 SandboxCondition {

Callers 2

create_sandboxMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected