MCPcopy
hub / github.com/containerd/containerd / GetSandboxID

Method GetSandboxID

api/types/sandbox.pb.go:98–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98func (x *Sandbox) GetSandboxID() string {
99 if x != nil {
100 return x.SandboxID
101 }
102 return ""
103}
104
105func (x *Sandbox) GetRuntime() *Sandbox_Runtime {
106 if x != nil {

Callers 9

HandleEventMethod · 0.45
StatusMethod · 0.45
CreateMethod · 0.45
StartMethod · 0.45
StopMethod · 0.45
WaitMethod · 0.45
StatusMethod · 0.45
ShutdownMethod · 0.45
MetricsMethod · 0.45

Implementers 1

sandboxClientclient/sandbox.go

Calls

no outgoing calls

Tested by

no test coverage detected