mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-12 21:40:29 +00:00
gofmt -s pkg/ cmd/
This commit is contained in:
@@ -120,8 +120,8 @@ func TestUpdateWithPods(t *testing.T) {
|
||||
client := FakeKubeClient{
|
||||
pods: PodList{
|
||||
Items: []Pod{
|
||||
Pod{JSONBase: JSONBase{ID: "pod-1"}},
|
||||
Pod{JSONBase: JSONBase{ID: "pod-2"}},
|
||||
{JSONBase: JSONBase{ID: "pod-1"}},
|
||||
{JSONBase: JSONBase{ID: "pod-2"}},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user