mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Rename Object to EmbeddedObject
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user