mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
typo
This commit is contained in:
parent
25fbe210f6
commit
7b46d8c9c5
@ -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"`
|
||||||
|
Loading…
Reference in New Issue
Block a user