summaryrefslogtreecommitdiff
path: root/Gopkg.lock
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2019-05-23 16:24:11 +0000
committerTomasz Maczukin <tomasz@gitlab.com>2019-05-23 16:24:11 +0000
commitced6d4a61fbd684321613cffa3a11fd9c689def4 (patch)
tree18e0541585f3d700cf34b242467bd82c632ad97f /Gopkg.lock
parentMerge branch 'fix-volumes-mounting-regression' into 'master' (diff)
downloadgitlab-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.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index 6480e576..8f09f2b8 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -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",