mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
Pass ListOptions to List in ListWatch.
This commit is contained in:
@@ -32,7 +32,7 @@ type fakeLW struct {
|
||||
watchResp watch.Interface
|
||||
}
|
||||
|
||||
func (lw fakeLW) List() (runtime.Object, error) {
|
||||
func (lw fakeLW) List(options unversioned.ListOptions) (runtime.Object, error) {
|
||||
return lw.listResp, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user