diff options
| author | Francisco Javier López <fjlopez@gitlab.com> | 2019-05-23 16:24:11 +0000 |
|---|---|---|
| committer | Tomasz Maczukin <tomasz@gitlab.com> | 2019-05-23 16:24:11 +0000 |
| commit | ced6d4a61fbd684321613cffa3a11fd9c689def4 (patch) | |
| tree | 18e0541585f3d700cf34b242467bd82c632ad97f /Gopkg.lock | |
| parent | Merge branch 'fix-volumes-mounting-regression' into 'master' (diff) | |
| download | gitlab-runner-ced6d4a61fbd684321613cffa3a11fd9c689def4.tar.gz | |
Added service proxy to the kubernetes executor
In this commit we add new session endpoint like
`/proxy/buildOrService/port/requestedURI`. Through this endpoint
we will be able to proxy requests to services running
inside each service container.
At the moment only the kubernetes executor implements this
new functionality
Diffstat (limited to 'Gopkg.lock')
| -rw-r--r-- | Gopkg.lock | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1053,6 +1053,7 @@ "github.com/getsentry/raven-go", "github.com/golang/mock/gomock", "github.com/gorhill/cronexpr", + "github.com/gorilla/mux", "github.com/gorilla/websocket", "github.com/hashicorp/go-version", "github.com/jpillora/backoff", @@ -1080,11 +1081,14 @@ "golang.org/x/sys/windows", "gopkg.in/yaml.v2", "k8s.io/api/core/v1", + "k8s.io/apimachinery/pkg/api/errors", "k8s.io/apimachinery/pkg/api/resource", "k8s.io/apimachinery/pkg/apis/meta/v1", "k8s.io/apimachinery/pkg/runtime", "k8s.io/apimachinery/pkg/runtime/schema", "k8s.io/apimachinery/pkg/runtime/serializer", + "k8s.io/apimachinery/pkg/util/intstr", + "k8s.io/apimachinery/pkg/util/net", "k8s.io/apimachinery/pkg/util/runtime", "k8s.io/client-go/kubernetes", "k8s.io/client-go/kubernetes/scheme", |
