MCPcopy Index your code
hub / github.com/containerd/containerd / GetSpec

Method GetSpec

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

Source from the content-addressed store, hash-verified

110}
111
112func (x *Sandbox) GetSpec() *anypb.Any {
113 if x != nil {
114 return x.Spec
115 }
116 return nil
117}
118
119func (x *Sandbox) GetLabels() map[string]string {
120 if x != nil {

Callers 3

StartMethod · 0.45
ExecMethod · 0.45
StartMethod · 0.45

Implementers 1

sandboxClientclient/sandbox.go

Calls

no outgoing calls

Tested by

no test coverage detected