Home
last modified time | relevance | path

Searched defs:EndpointConfig (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/notifications/
H A Dendpoint.go12 type EndpointConfig struct { struct
13 Headers http.Header
14 Timeout time.Duration
15 Threshold int
16 Backoff time.Duration
17 IgnoredMediaTypes []string
18 Transport *http.Transport `json:"-"`
19 Ignore configuration.Ignore
23 func (ec *EndpointConfig) defaults() {
49 EndpointConfig anonMember
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/notifications/
H A Dendpoint.go12 type EndpointConfig struct { struct
13 Headers http.Header
14 Timeout time.Duration
15 Threshold int
16 Backoff time.Duration
17 IgnoredMediaTypes []string
18 Transport *http.Transport `json:"-"`
19 Ignore configuration.Ignore
23 func (ec *EndpointConfig) defaults() {
49 EndpointConfig anonMember
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/notifications/
H A Dendpoint.go12 type EndpointConfig struct { struct
13 Headers http.Header
14 Timeout time.Duration
15 Threshold int
16 Backoff time.Duration
17 IgnoredMediaTypes []string
18 Transport *http.Transport `json:"-"`
19 Ignore configuration.Ignore
23 func (ec *EndpointConfig) defaults() {
49 EndpointConfig anonMember
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/notifications/
H A Dendpoint.go12 type EndpointConfig struct { struct
13 Headers http.Header
14 Timeout time.Duration
15 Threshold int
16 Backoff time.Duration
17 IgnoredMediaTypes []string
18 Transport *http.Transport `json:"-"`
19 Ignore configuration.Ignore
23 func (ec *EndpointConfig) defaults() {
49 EndpointConfig anonMember
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/notifications/
H A Dendpoint.go12 type EndpointConfig struct { struct
13 Headers http.Header
14 Timeout time.Duration
15 Threshold int
16 Backoff time.Duration
17 IgnoredMediaTypes []string
18 Transport *http.Transport `json:"-"`
19 Ignore configuration.Ignore
23 func (ec *EndpointConfig) defaults() {
49 EndpointConfig anonMember
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/notifications/
H A Dendpoint.go12 type EndpointConfig struct { struct
13 Headers http.Header
14 Timeout time.Duration
15 Threshold int
16 Backoff time.Duration
17 IgnoredMediaTypes []string
18 Transport *http.Transport `json:"-"`
19 Ignore configuration.Ignore
23 func (ec *EndpointConfig) defaults() {
49 EndpointConfig anonMember
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/notifications/
H A Dendpoint.go12 type EndpointConfig struct { struct
13 Headers http.Header
14 Timeout time.Duration
15 Threshold int
16 Backoff time.Duration
17 IgnoredMediaTypes []string
18 Transport *http.Transport `json:"-"`
19 Ignore configuration.Ignore
23 func (ec *EndpointConfig) defaults() {
49 EndpointConfig anonMember
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/notifications/
H A Dendpoint.go12 type EndpointConfig struct { struct
13 Headers http.Header
14 Timeout time.Duration
15 Threshold int
16 Backoff time.Duration
17 IgnoredMediaTypes []string
18 Transport *http.Transport `json:"-"`
19 Ignore configuration.Ignore
23 func (ec *EndpointConfig) defaults() {
49 EndpointConfig anonMember
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/notifications/
H A Dendpoint.go12 type EndpointConfig struct { struct
13 Headers http.Header
14 Timeout time.Duration
15 Threshold int
16 Backoff time.Duration
17 IgnoredMediaTypes []string
18 Transport *http.Transport `json:"-"`
19 Ignore configuration.Ignore
23 func (ec *EndpointConfig) defaults() {
49 EndpointConfig anonMember
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/notifications/
H A Dendpoint.go12 type EndpointConfig struct { struct
13 Headers http.Header
14 Timeout time.Duration
15 Threshold int
16 Backoff time.Duration
17 IgnoredMediaTypes []string
18 Transport *http.Transport `json:"-"`
19 Ignore configuration.Ignore
23 func (ec *EndpointConfig) defaults() {
49 EndpointConfig anonMember
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/notifications/
H A Dendpoint.go10 type EndpointConfig struct { struct
11 Headers http.Header
12 Timeout time.Duration
13 Threshold int
14 Backoff time.Duration
15 IgnoredMediaTypes []string
16 Transport *http.Transport
20 func (ec *EndpointConfig) defaults() {
46 EndpointConfig anonMember
52 func NewEndpoint(name, url string, config EndpointConfig) *Endpoint {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/fsouza/go-dockerclient/
H A Dnetwork.go215 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
226 type EndpointConfig struct { struct
227 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
228 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
229 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
230 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
231 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
232 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
233 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
238 … `json:"MacAddress,omitempty" yaml:"MacAddress,omitempty" toml:"MacAddress,omitempty"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/ory-am/dockertest.v3/docker/
H A Dnetwork.go201 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
212 type EndpointConfig struct { struct
213 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
214 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
215 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
216 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
217 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
218 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
219 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
220 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/v3/docker/
H A Dnetwork.go201 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
212 type EndpointConfig struct { struct
213 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
214 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
215 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
216 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
217 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
218 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
219 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
220 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/docker/
H A Dnetwork.go201 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
212 type EndpointConfig struct { struct
213 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
214 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
215 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
216 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
217 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
218 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
219 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
220 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/ory/dockertest/docker/
H A Dnetwork.go201 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
212 type EndpointConfig struct { struct
213 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
214 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
215 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
216 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
217 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
218 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
219 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
220 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/ory/dockertest/docker/
H A Dnetwork.go201 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
212 type EndpointConfig struct { struct
213 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
214 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
215 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
216 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
217 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
218 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
219 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
220 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-elasticsearch/vendor/github.com/ory/dockertest/docker/
H A Dnetwork.go201 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
212 type EndpointConfig struct { struct
213 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
214 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
215 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
216 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
217 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
218 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
219 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
220 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/ory/dockertest/docker/
H A Dnetwork.go201 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
212 type EndpointConfig struct { struct
213 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
214 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
215 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
216 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
217 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
218 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
219 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
220 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/fsouza/go-dockerclient/
H A Dnetwork.go204 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
215 type EndpointConfig struct { struct
216 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
217 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
218 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
219 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
220 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
221 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
222 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
223 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/ory/dockertest/docker/
H A Dnetwork.go201 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
212 type EndpointConfig struct { struct
213 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
214 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
215 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
216 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
217 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
218 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
219 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
220 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Dnetwork.go201 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
212 type EndpointConfig struct { struct
213 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
214 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
215 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
216 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
217 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
218 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
219 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
220 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Dnetwork.go201 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
212 type EndpointConfig struct { struct
213 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
214 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
215 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
216 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
217 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
218 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
219 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
220 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Dnetwork.go201 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
212 type EndpointConfig struct { struct
213 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
214 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
215 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
216 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
217 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
218 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
219 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
220 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/fsouza/go-dockerclient/
H A Dnetwork.go204 EndpointConfig *EndpointConfig `json:"EndpointConfig,omitempty"` member
215 type EndpointConfig struct { struct
216 …intIPAMConfig `json:"IPAMConfig,omitempty" yaml:"IPAMConfig,omitempty" toml:"IPAMConfig,omitempty"`
217 … []string `json:"Links,omitempty" yaml:"Links,omitempty" toml:"Links,omitempty"`
218 … []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
219 …ing `json:"NetworkID,omitempty" yaml:"NetworkID,omitempty" toml:"NetworkID,omitempty"`
220 … `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
221 … string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
222 …ing `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
223 … `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
[all …]

12345678910>>...12