MCPcopy
hub / github.com/containerd/containerd / Log

Method Log

integration/nri_test.go:914–916  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

912}
913
914func (m *mockPlugin) Log(format string, args ...any) {
915 m.logf(fmt.Sprintf("[plugin:%s-%s] ", m.idx, m.name)+format, args...)
916}
917
918func (m *mockPlugin) Configure(ctx context.Context, cfg string) (stub.EventMask, error) {
919 return m.mask, nil

Callers 15

SynchronizeMethod · 0.95
ShutdownMethod · 0.95
RunPodSandboxMethod · 0.95
UpdatePodSandboxMethod · 0.95
PostUpdatePodSandboxMethod · 0.95
StopPodSandboxMethod · 0.95
RemovePodSandboxMethod · 0.95
CreateContainerMethod · 0.95
PostCreateContainerMethod · 0.95
StartContainerMethod · 0.95
PostStartContainerMethod · 0.95
UpdateContainerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected