This commit is contained in:
Dawn Chen 2014-09-11 16:07:56 -07:00
parent 25fbe210f6
commit 7b46d8c9c5
2 changed files with 2 additions and 2 deletions

View File

@ -268,7 +268,7 @@ type ContainerStateTerminated struct {
type ContainerState struct {
// Only one of the following ContainerState may be specified.
// If none of them is specified, the default on is ContainerStateWaiting.
// If none of them is specified, the default one is ContainerStateWaiting.
Waiting *ContainerStateWaiting `json:"waiting,omitempty" yaml:"waiting,omitempty"`
Running *ContainerStateRunning `json:"running,omitempty" yaml:"running,omitempty"`
Termination *ContainerStateTerminated `json:"termination,omitempty" yaml:"termination,omitempty"`

View File

@ -281,7 +281,7 @@ type ContainerStateTerminated struct {
type ContainerState struct {
// Only one of the following ContainerState may be specified.
// If none of them is specified, the default on is ContainerStateWaiting.
// If none of them is specified, the default one is ContainerStateWaiting.
Waiting *ContainerStateWaiting `json:"waiting,omitempty" yaml:"waiting,omitempty"`
Running *ContainerStateRunning `json:"running,omitempty" yaml:"running,omitempty"`
Termination *ContainerStateTerminated `json:"termination,omitempty" yaml:"termination,omitempty"`