We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87d1118 + a121b2f commit 3bc4ba2Copy full SHA for 3bc4ba2
containers/containers.go
@@ -28,12 +28,12 @@ import (
28
//
29
// The resources specified in this object are used to create tasks from the container.
30
type Container struct {
31
- // ID uniquely identifies the container in a nameapace.
+ // ID uniquely identifies the container in a namespace.
32
33
// This property is required and cannot be changed after creation.
34
ID string
35
36
- // Labels provide metadata extension for a contaienr.
+ // Labels provide metadata extension for a container.
37
38
// These are optional and fully mutable.
39
Labels map[string]string
0 commit comments