dlespiau/quay-exporter

Support specifying several namespaces on the command line

Open

#3 opened on Nov 27, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (2 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

At the moment we can only specify one namespace:

$ quay-exporter weaveworks

would be nice to be able to do:

$ quay-exporter ns1 ns2 ns3 ...

Contributor guide