Merge pull request #5502 from wojtek-t/completely_remove_bound_pods

Remove BoundPod type from source code
This commit is contained in:
Victor Marmol
2015-03-17 08:09:50 -07:00
19 changed files with 15 additions and 375 deletions

View File

@@ -29,7 +29,7 @@ func TestAddOrUpdateEventNoExisting(t *testing.T) {
Reason: "my reasons are many",
Message: "my message is love",
InvolvedObject: api.ObjectReference{
Kind: "BoundPod",
Kind: "Pod",
Name: "awesome.name",
Namespace: "betterNamespace",
UID: "C934D34AFB20242",
@@ -143,7 +143,7 @@ func TestGetEventExisting(t *testing.T) {
Reason: "do I exist",
Message: "I do, oh my",
InvolvedObject: api.ObjectReference{
Kind: "BoundPod",
Kind: "Pod",
Name: "clever.name.here",
Namespace: "spaceOfName",
UID: "D933D32AFB2A238",