Rename ID -> Name

This commit is contained in:
Clayton Coleman
2014-10-22 13:02:02 -04:00
parent bdebff5b28
commit bb77a5d15f
107 changed files with 777 additions and 777 deletions

View File

@@ -133,8 +133,8 @@ func TestContainer(t *testing.T) {
expectedPods := []api.BoundPod{
{
TypeMeta: api.TypeMeta{
ID: "test_manifest",
UID: "value",
Name: "test_manifest",
UID: "value",
},
Spec: api.PodSpec{
Containers: []api.Container{
@@ -208,7 +208,7 @@ func TestContainers(t *testing.T) {
expectedPods := []api.BoundPod{
{
TypeMeta: api.TypeMeta{
ID: "1",
Name: "1",
},
Spec: api.PodSpec{
Containers: []api.Container{
@@ -228,7 +228,7 @@ func TestContainers(t *testing.T) {
},
{
TypeMeta: api.TypeMeta{
ID: "2",
Name: "2",
},
Spec: api.PodSpec{
Containers: []api.Container{