paypal / dce-go

Docker Compose Executor to launch pod of docker containers in Apache Mesos.
Apache License 2.0
63 stars 48 forks source link

Get label by full suffix match #102

Closed dpaks closed 3 years ago

dpaks commented 3 years ago

The existing GetLabel() either does a full key match or else matches just the last part of a '.' delimited label.

To circumvent this issue, GetLabelByFullSuffix() can be used.