AddStackLabel returns labels with the namespace label added
(namespace Namespace, labels map[string]string)
| 43 | |
| 44 | // AddStackLabel returns labels with the namespace label added |
| 45 | func AddStackLabel(namespace Namespace, labels map[string]string) map[string]string { |
| 46 | return addStackLabel(namespace, labels) |
| 47 | } |
| 48 | |
| 49 | // addStackLabel returns labels with the namespace label added |
| 50 | func addStackLabel(namespace Namespace, labels map[string]string) map[string]string { |
nothing calls this directly
no test coverage detected
searching dependent graphs…