mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
fix rebase issue.
This commit is contained in:
parent
0e6ec3cbfc
commit
66eadb514a
@ -298,7 +298,7 @@ type ContainerStatus struct {
|
|||||||
|
|
||||||
// PodInfo contains one entry for every container with available info.
|
// PodInfo contains one entry for every container with available info.
|
||||||
// TODO(dchen1107): Replace docker.Container below with ContainerStatus defined above.
|
// TODO(dchen1107): Replace docker.Container below with ContainerStatus defined above.
|
||||||
type PodInfo map[string]docker.Container
|
type PodInfo map[string]ContainerStatus
|
||||||
|
|
||||||
type RestartPolicyAlways struct{}
|
type RestartPolicyAlways struct{}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user