Merge pull request #3290 from estesp/typo
Fix typo in description comment
This commit is contained in:
commit
cafda1c50f
@ -23,10 +23,10 @@ const (
|
|||||||
// DefaultMaxSendMsgSize defines the default maximum message size for
|
// DefaultMaxSendMsgSize defines the default maximum message size for
|
||||||
// sending protobufs passed over the GRPC API.
|
// sending protobufs passed over the GRPC API.
|
||||||
DefaultMaxSendMsgSize = 16 << 20
|
DefaultMaxSendMsgSize = 16 << 20
|
||||||
// DefaultRuntimeNSLabel defines the namespace label to check for
|
// DefaultRuntimeNSLabel defines the namespace label to check for the
|
||||||
// default runtime
|
// default runtime
|
||||||
DefaultRuntimeNSLabel = "containerd.io/defaults/runtime"
|
DefaultRuntimeNSLabel = "containerd.io/defaults/runtime"
|
||||||
// DefaultSnapshotterNSLabel defines the namespances label to check for
|
// DefaultSnapshotterNSLabel defines the namespace label to check for the
|
||||||
// default snapshotter
|
// default snapshotter
|
||||||
DefaultSnapshotterNSLabel = "containerd.io/defaults/snapshotter"
|
DefaultSnapshotterNSLabel = "containerd.io/defaults/snapshotter"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user