Merge pull request #8502 from mstmdev/fix-typos

This commit is contained in:
Samuel Karp
2023-05-16 08:41:02 -07:00
committed by GitHub
16 changed files with 20 additions and 20 deletions

View File

@@ -36,7 +36,7 @@ const (
CtrCniMetadataExtension = "ctr.cni-containerd.metadata"
)
// ctr pass cni network metadata to containerd if ctr run use option of --cni
// NetworkMetaData ctr pass cni network metadata to containerd if ctr run use option of --cni
type NetworkMetaData struct {
EnableCni bool
}