Update vendored dependencies
This commit is contained in:
parent
65e8cecbac
commit
9b22796383
666 changed files with 38921 additions and 47120 deletions
7
vendor/k8s.io/apimachinery/pkg/watch/mux.go
generated
vendored
7
vendor/k8s.io/apimachinery/pkg/watch/mux.go
generated
vendored
|
|
@ -84,6 +84,13 @@ type functionFakeRuntimeObject func()
|
|||
func (obj functionFakeRuntimeObject) GetObjectKind() schema.ObjectKind {
|
||||
return schema.EmptyObjectKind
|
||||
}
|
||||
func (obj functionFakeRuntimeObject) DeepCopyObject() runtime.Object {
|
||||
if obj == nil {
|
||||
return nil
|
||||
}
|
||||
// funcs are immutable. Hence, just return the original func.
|
||||
return obj
|
||||
}
|
||||
|
||||
// Execute f, blocking the incoming queue (and waiting for it to drain first).
|
||||
// The purpose of this terrible hack is so that watchers added after an event
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue