Merge pull request #2681 from Starnop/typo-contianers

typo: fix misspells in comments of containers/contaienrs.go
This commit is contained in:
Michael Crosby 2018-09-25 09:39:38 -04:00 committed by GitHub
commit 3bc4ba271e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,12 +28,12 @@ import (
// //
// The resources specified in this object are used to create tasks from the container. // The resources specified in this object are used to create tasks from the container.
type Container struct { type Container struct {
// ID uniquely identifies the container in a nameapace. // ID uniquely identifies the container in a namespace.
// //
// This property is required and cannot be changed after creation. // This property is required and cannot be changed after creation.
ID string ID string
// Labels provide metadata extension for a contaienr. // Labels provide metadata extension for a container.
// //
// These are optional and fully mutable. // These are optional and fully mutable.
Labels map[string]string Labels map[string]string