mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
update pkg/api documentation
This commit is contained in:
parent
265f889260
commit
8fd1fb4337
@ -33,6 +33,7 @@ type watchEvent struct {
|
|||||||
|
|
||||||
// For added or modified objects, this is the new object; for deleted objects,
|
// 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.
|
// it's the state of the object immediately prior to its deletion.
|
||||||
|
// For errors, it's an api.Status.
|
||||||
Object runtime.RawExtension `json:"object,omitempty" yaml:"object,omitempty"`
|
Object runtime.RawExtension `json:"object,omitempty" yaml:"object,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user