Home
last modified time | relevance | path

Searched refs:ErrEndpointExists (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/driverapi/
H A Derrors.go18 type ErrEndpointExists string type
20 func (ee ErrEndpointExists) Error() string {
25 func (ee ErrEndpointExists) Forbidden() {}
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/drivers/bridge/
H A Dnetwork_test.go136 if _, ok := err.(driverapi.ErrEndpointExists); !ok {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/libnetwork/drivers/windows/
H A Dwindows.go485 return driverapi.ErrEndpointExists(eid)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/drivers/windows/
H A Dwindows.go553 return driverapi.ErrEndpointExists(eid)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/drivers/windows/
H A Dwindows.go553 return driverapi.ErrEndpointExists(eid)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/libnetwork/drivers/windows/
H A Dwindows.go591 return driverapi.ErrEndpointExists(eid)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/drivers/windows/
H A Dwindows.go591 return driverapi.ErrEndpointExists(eid)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/drivers/windows/
H A Dwindows.go591 return driverapi.ErrEndpointExists(eid)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/drivers/windows/
H A Dwindows.go591 return driverapi.ErrEndpointExists(eid)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/drivers/windows/
H A Dwindows.go620 return driverapi.ErrEndpointExists(eid)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/drivers/windows/
H A Dwindows.go594 return driverapi.ErrEndpointExists(eid)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/drivers/windows/
H A Dwindows.go620 return driverapi.ErrEndpointExists(eid)

12