mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +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.
|
||||
// TODO(dchen1107): Replace docker.Container below with ContainerStatus defined above.
|
||||
type PodInfo map[string]docker.Container
|
||||
type PodInfo map[string]ContainerStatus
|
||||
|
||||
type RestartPolicyAlways struct{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user