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

Function deleting_condition

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

Source from the content-addressed store, hash-verified

5020}
5021
5022fn deleting_condition() -> SandboxCondition {
5023 SandboxCondition {
5024 r#type: "Ready".to_string(),
5025 status: "False".to_string(),
5026 reason: "Deleting".to_string(),
5027 message: "Sandbox is being deleted".to_string(),
5028 last_transition_time: String::new(),
5029 }
5030}
5031
5032fn error_condition(reason: &str, message: &str) -> SandboxCondition {
5033 SandboxCondition {

Callers 1

delete_sandboxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected