mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-29 06:06:03 +00:00
gofmt -s pkg/ cmd/
This commit is contained in:
@@ -63,7 +63,7 @@ func TestListEmptyPods(t *testing.T) {
|
||||
func TestListPods(t *testing.T) {
|
||||
expectedPodList := api.PodList{
|
||||
Items: []api.Pod{
|
||||
api.Pod{
|
||||
{
|
||||
CurrentState: api.PodState{
|
||||
Status: "Foobar",
|
||||
},
|
||||
@@ -97,7 +97,7 @@ func TestListPods(t *testing.T) {
|
||||
func TestListPodsLabels(t *testing.T) {
|
||||
expectedPodList := api.PodList{
|
||||
Items: []api.Pod{
|
||||
api.Pod{
|
||||
{
|
||||
CurrentState: api.PodState{
|
||||
Status: "Foobar",
|
||||
},
|
||||
|
Reference in New Issue
Block a user