Rename Object to EmbeddedObject

This commit is contained in:
Daniel Smith
2014-09-05 14:43:35 -07:00
parent e4cd06d2b9
commit 7790961011
9 changed files with 24 additions and 24 deletions

View File

@@ -552,5 +552,5 @@ type WatchEvent struct {
// For added or modified objects, this is the new object; for deleted objects,
// it's the state of the object immediately prior to its deletion.
Object runtime.Object
Object runtime.EmbeddedObject
}

View File

@@ -553,5 +553,5 @@ type WatchEvent struct {
// For added or modified objects, this is the new object; for deleted objects,
// it's the state of the object immediately prior to its deletion.
Object runtime.Object
Object runtime.EmbeddedObject
}