typo
This commit is contained in:
@@ -268,7 +268,7 @@ type ContainerStateTerminated struct {
|
|||||||
|
|
||||||
type ContainerState struct {
|
type ContainerState struct {
|
||||||
// Only one of the following ContainerState may be specified.
|
// 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"`
|
Waiting *ContainerStateWaiting `json:"waiting,omitempty" yaml:"waiting,omitempty"`
|
||||||
Running *ContainerStateRunning `json:"running,omitempty" yaml:"running,omitempty"`
|
Running *ContainerStateRunning `json:"running,omitempty" yaml:"running,omitempty"`
|
||||||
Termination *ContainerStateTerminated `json:"termination,omitempty" yaml:"termination,omitempty"`
|
Termination *ContainerStateTerminated `json:"termination,omitempty" yaml:"termination,omitempty"`
|
||||||
|
@@ -281,7 +281,7 @@ type ContainerStateTerminated struct {
|
|||||||
|
|
||||||
type ContainerState struct {
|
type ContainerState struct {
|
||||||
// Only one of the following ContainerState may be specified.
|
// 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"`
|
Waiting *ContainerStateWaiting `json:"waiting,omitempty" yaml:"waiting,omitempty"`
|
||||||
Running *ContainerStateRunning `json:"running,omitempty" yaml:"running,omitempty"`
|
Running *ContainerStateRunning `json:"running,omitempty" yaml:"running,omitempty"`
|
||||||
Termination *ContainerStateTerminated `json:"termination,omitempty" yaml:"termination,omitempty"`
|
Termination *ContainerStateTerminated `json:"termination,omitempty" yaml:"termination,omitempty"`
|
||||||
|
Reference in New Issue
Block a user