Files
nomad/client
Tim Gross 4fef82e8e2 tproxy: refactor getPortMapping
The `getPortMapping` method forces callers to handle two different data
structures, but only one caller cares about it. We don't want to return a single
map or slice because the `cni.PortMapping` object doesn't include a label field
that we need for tproxy. Return a new datastructure that closes over both a
slice of `cni.PortMapping` and a map of label to index in that slice.
2024-04-10 10:16:13 -04:00
..
2024-03-07 11:04:16 -06:00
2024-03-21 11:44:23 -07:00
2024-03-21 11:44:23 -07:00
2024-03-21 11:44:23 -07:00