We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a00c47f + e7c81ca commit 7d373e2Copy full SHA for 7d373e2
1 file changed
plugin.go
@@ -78,7 +78,7 @@ const (
78
EventPlugin Type = "io.containerd.event.v1"
79
// LeasePlugin implements lease manager
80
LeasePlugin Type = "io.containerd.lease.v1"
81
- // Streaming implements a stream manager
+ // StreamingPlugin implements a stream manager
82
StreamingPlugin Type = "io.containerd.streaming.v1"
83
// TracingProcessorPlugin implements a open telemetry span processor
84
TracingProcessorPlugin Type = "io.containerd.tracing.processor.v1"
0 commit comments