mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-24 08:02:32 +02:00
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)
|
||||
}
|
||||
|
||||
return c.Get(r, GetLabels(labels), GetNamespace(options.Namespace))
|
||||
return c.Get(r, GetNamespace(options.Namespace))
|
||||
}
|
||||
|
||||
// Watch returns an event stream
|
||||
|
Loading…
Reference in New Issue
Block a user