We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ac92ab + 47d1376 commit 3134eebCopy full SHA for 3134eeb
plugins/types.go
@@ -90,6 +90,6 @@ const (
90
PropertyStateDir = "io.containerd.plugin.state"
91
// PropertyGRPCAddress is the grpc address used for client connections to containerd
92
PropertyGRPCAddress = "io.containerd.plugin.grpc.address"
93
- // PropertyGRPCAddress is the ttrpc address used for client connections to containerd
+ // PropertyTTRPCAddress is the ttrpc address used for client connections to containerd
94
PropertyTTRPCAddress = "io.containerd.plugin.ttrpc.address"
95
)
0 commit comments