Remove hardcoded labels:

This commit is contained in:
Ben Toogood 2020-04-23 18:05:58 +01:00
parent bb25bd94c8
commit 8b3d223fc0

View File

@ -189,10 +189,6 @@ func (c *client) List(r *Resource, opts ...ListOption) error {
o(&options)
}
labels := map[string]string{
"micro": "service",
}
return c.Get(r, GetLabels(labels), GetNamespace(options.Namespace))
}