run hack/update-all.sh

This commit is contained in:
Chao Xu
2016-11-18 13:35:28 -08:00
parent f0ad860d66
commit bcc783c594
221 changed files with 2806 additions and 1667 deletions

View File

@@ -1245,7 +1245,7 @@ func TestGenerateRunCommand(t *testing.T) {
Name: "pod-name-foo",
},
Spec: v1.PodSpec{
HostNetwork: true,
HostNetwork: true,
Containers: []v1.Container{{Name: "container-foo"}},
},
@@ -1266,7 +1266,7 @@ func TestGenerateRunCommand(t *testing.T) {
Name: "pod-name-foo",
},
Spec: v1.PodSpec{
HostNetwork: false,
HostNetwork: false,
Containers: []v1.Container{{Name: "container-foo"}},
},
@@ -1287,7 +1287,7 @@ func TestGenerateRunCommand(t *testing.T) {
Name: "pod-name-foo",
},
Spec: v1.PodSpec{
HostNetwork: true,
HostNetwork: true,
Containers: []v1.Container{{Name: "container-foo"}},
},