We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5575bcc + cef92bd commit 593ad8bCopy full SHA for 593ad8b
.travis.yml
@@ -4,6 +4,6 @@ go:
4
- 1.5
5
6
script: go test -race ./go/...
7
-
+install: GO15VENDOREXPERIMENT=1 go get -t -v ./go/...
8
env:
9
- GO15VENDOREXPERIMENT=1
README.md
@@ -56,6 +56,7 @@ Doorman requires the clients to inform it of the desired capacity (the so-called
56
### Next steps
57
- Read the [tutorial](doc/simplecluster).
58
- Read more about available [algorithms](doc/algorithms.md).
59
+- Read a [Kubernetes deployment tutorial](doc/loadtest).
60
- Read about Doorman's [configuration](doc/configuration.md).
61
- Read the in-depth [design doc](doc/design.md).
62
- Read the [client documentation](https://godoc.org/github.com/youtube/doorman/go/client/doorman).
0 commit comments