(namespace string)
| 36 | } |
| 37 | |
| 38 | func getStackFilter(namespace string) client.Filters { |
| 39 | return make(client.Filters).Add("label", convert.LabelNamespace+"="+namespace) |
| 40 | } |
| 41 | |
| 42 | func getStackFilterFromOpt(namespace string, opt opts.FilterOpt) client.Filters { |
| 43 | filter := opt.Value() |
no outgoing calls
no test coverage detected
searching dependent graphs…