Remove hardcoded labels:
This commit is contained in:
parent
bb25bd94c8
commit
8b3d223fc0
@ -189,10 +189,6 @@ func (c *client) List(r *Resource, opts ...ListOption) error {
|
|||||||
o(&options)
|
o(&options)
|
||||||
}
|
}
|
||||||
|
|
||||||
labels := map[string]string{
|
|
||||||
"micro": "service",
|
|
||||||
}
|
|
||||||
|
|
||||||
return c.Get(r, GetLabels(labels), GetNamespace(options.Namespace))
|
return c.Get(r, GetLabels(labels), GetNamespace(options.Namespace))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user