mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Update comments
This commit is contained in:
parent
16fdb2f391
commit
f63c135e1f
@ -34,6 +34,7 @@ type EventExpansion interface {
|
|||||||
CreateWithEventNamespace(event *v1.Event) (*v1.Event, error)
|
CreateWithEventNamespace(event *v1.Event) (*v1.Event, error)
|
||||||
// UpdateWithEventNamespace is the same as a Update, except that it sends the request to the event.Namespace.
|
// UpdateWithEventNamespace is the same as a Update, except that it sends the request to the event.Namespace.
|
||||||
UpdateWithEventNamespace(event *v1.Event) (*v1.Event, error)
|
UpdateWithEventNamespace(event *v1.Event) (*v1.Event, error)
|
||||||
|
// PatchWithEventNamespace is the same as a Patch, except that it sends the request to the event.Namespace.
|
||||||
PatchWithEventNamespace(event *v1.Event, data []byte) (*v1.Event, error)
|
PatchWithEventNamespace(event *v1.Event, data []byte) (*v1.Event, error)
|
||||||
// Search finds events about the specified object
|
// Search finds events about the specified object
|
||||||
Search(scheme *runtime.Scheme, objOrRef runtime.Object) (*v1.EventList, error)
|
Search(scheme *runtime.Scheme, objOrRef runtime.Object) (*v1.EventList, error)
|
||||||
|
@ -33,7 +33,7 @@ type EventExpansion interface {
|
|||||||
// UpdateWithEventNamespace is the same as a Update
|
// UpdateWithEventNamespace is the same as a Update
|
||||||
// except that it sends the request to the event.Namespace.
|
// except that it sends the request to the event.Namespace.
|
||||||
UpdateWithEventNamespace(event *v1beta1.Event) (*v1beta1.Event, error)
|
UpdateWithEventNamespace(event *v1beta1.Event) (*v1beta1.Event, error)
|
||||||
// PatchWithEventNamespace is the same as an Update
|
// PatchWithEventNamespace is the same as a Patch
|
||||||
// except that it sends the request to the event.Namespace.
|
// except that it sends the request to the event.Namespace.
|
||||||
PatchWithEventNamespace(event *v1beta1.Event, data []byte) (*v1beta1.Event, error)
|
PatchWithEventNamespace(event *v1beta1.Event, data []byte) (*v1beta1.Event, error)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user