Skip to content

Commit

Permalink
Add new PortAllocator
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Erny <drew.erny@docker.com>
  • Loading branch information
dperny committed Mar 30, 2018
1 parent 876aec9 commit 5443a00
Show file tree
Hide file tree
Showing 192 changed files with 192,508 additions and 0 deletions.
423 changes: 423 additions & 0 deletions manager/allocator/network/port/port.go

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions manager/allocator/network/port/port_suite_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package port_test

import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"

"testing"
)

func TestPort(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Port Suite")
}
Loading

0 comments on commit 5443a00

Please sign in to comment.