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

Method ssh_socket_path

crates/openshell-driver-kubernetes/src/driver.rs:269–271  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

267 }
268
269 pub fn ssh_socket_path(&self) -> &str {
270 &self.config.ssh_socket_path
271 }
272
273 fn agent_sandbox_api(&self, client: Client, sandbox_api_version: &str) -> AgentSandboxApi {
274 let gvk = GroupVersionKind::gvk(SANDBOX_GROUP, sandbox_api_version, SANDBOX_KIND);

Callers 1

create_sandboxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected