MCPcopy
hub / github.com/containerd/containerd / WithTestAnnotations

Function WithTestAnnotations

integration/main_test.go:347–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345}
346
347func WithTestAnnotations() ContainerOpts {
348 return func(c *runtime.ContainerConfig) {
349 c.Annotations = map[string]string{"a.b.c": "test"}
350 }
351}
352
353func WithStopSignal(signal runtime.Signal) ContainerOpts {
354 return func(c *runtime.ContainerConfig) {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…