Remove hardcoded labels
This commit is contained in:
parent
8b3d223fc0
commit
cd35f503a0
@ -189,7 +189,7 @@ func (c *client) List(r *Resource, opts ...ListOption) error {
|
|||||||
o(&options)
|
o(&options)
|
||||||
}
|
}
|
||||||
|
|
||||||
return c.Get(r, GetLabels(labels), GetNamespace(options.Namespace))
|
return c.Get(r, GetNamespace(options.Namespace))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Watch returns an event stream
|
// Watch returns an event stream
|
||||||
|
Loading…
x
Reference in New Issue
Block a user