Fix typo in description comment
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
b99a66c267
commit
62609d66d0
@ -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