Home
last modified time | relevance | path

Searched defs:ContainerNetwork (Results 1 – 25 of 36) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/config/executor/
H A Dnetwork_interface.go54 type ContainerNetwork struct { struct
57 Common
59 Type string `vic:"0.1" scope:"read-write" key:"type"`
62 Destinations []net.IPNet `vic:"0.1" scope:"read-only" key:"destinations"`
66 Gateway net.IPNet `vic:"0.1" scope:"read-only" key:"gateway"`
69 Default bool `vic:"0.1" scope:"read-only" key:"default"`
72 Nameservers []net.IP `vic:"0.1" scope:"read-only" key:"dns"`
75 Pools []ip.Range `vic:"0.1" scope:"read-only" key:"pools"`
78 Aliases []string `vic:"0.1" scope:"hidden" key:"aliases"`
81 TrustLevel
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/migration/samples/config/v1/executor/
H A Dnetwork_interface.go51 type ContainerNetwork struct { struct
54 Common
56 Type string `vic:"0.1" scope:"read-write" key:"type"`
59 Destinations []net.IPNet `vic:"0.1" scope:"read-only" key:"destinations"`
63 Gateway net.IPNet `vic:"0.1" scope:"read-only" key:"gateway"`
66 Default bool `vic:"0.1" scope:"read-only" key:"default"`
69 Nameservers []net.IP `vic:"0.1" scope:"read-only" key:"dns"`
72 Pools []ip.Range `vic:"0.1" scope:"read-only" key:"pools"`
75 Aliases []string `vic:"0.1" scope:"hidden" key:"aliases"`
77 Assigned struct {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/migration/samples/config/v2/executor/
H A Dnetwork_interface.go51 type ContainerNetwork struct { struct
54 Common
56 Type string `vic:"0.1" scope:"read-write" key:"type"`
59 Destinations []net.IPNet `vic:"0.1" scope:"read-only" key:"destinations"`
63 Gateway net.IPNet `vic:"0.1" scope:"read-only" key:"gateway"`
66 Default bool `vic:"0.1" scope:"read-only" key:"default"`
69 Nameservers []net.IP `vic:"0.1" scope:"read-only" key:"dns"`
72 Pools []ip.Range `vic:"0.1" scope:"read-only" key:"pools"`
75 Aliases []string `vic:"0.1" scope:"hidden" key:"aliases"`
77 Assigned struct {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/instana/go-sensor/aws/
H A Decs_metadata.go32 type ContainerNetwork struct { struct
33 Mode string `json:"NetworkMode"`
34 IPv4Addresses []string `json:"IPv4Addresses"`
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/docker/
H A Dtypes.go72 type ContainerNetwork struct { struct
73 Aliases []string
74 MacAddress string
75 GlobalIPv6PrefixLen int
76 GlobalIPv6Address string
77 IPv6Gateway string
78 IPPrefixLen int
79 IPAddress string
80 Gateway string
81 EndpointID string
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/docker/
H A Dtypes.go72 type ContainerNetwork struct { struct
73 Aliases []string
74 MacAddress string
75 GlobalIPv6PrefixLen int
76 GlobalIPv6Address string
77 IPv6Gateway string
78 IPPrefixLen int
79 IPAddress string
80 Gateway string
81 EndpointID string
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/docker/
H A Dtypes.go72 type ContainerNetwork struct { struct
73 Aliases []string
74 MacAddress string
75 GlobalIPv6PrefixLen int
76 GlobalIPv6Address string
77 IPv6Gateway string
78 IPPrefixLen int
79 IPAddress string
80 Gateway string
81 EndpointID string
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/docker/
H A Dtypes.go72 type ContainerNetwork struct { struct
73 Aliases []string
74 MacAddress string
75 GlobalIPv6PrefixLen int
76 GlobalIPv6Address string
77 IPv6Gateway string
78 IPPrefixLen int
79 IPAddress string
80 Gateway string
81 EndpointID string
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/plugins/docker/
H A Dtypes.go72 type ContainerNetwork struct { struct
73 Aliases []string
74 MacAddress string
75 GlobalIPv6PrefixLen int
76 GlobalIPv6Address string
77 IPv6Gateway string
78 IPPrefixLen int
79 IPAddress string
80 Gateway string
81 EndpointID string
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/plugins/docker/
H A Dtypes.go72 type ContainerNetwork struct { struct
73 Aliases []string
74 MacAddress string
75 GlobalIPv6PrefixLen int
76 GlobalIPv6Address string
77 IPv6Gateway string
78 IPPrefixLen int
79 IPAddress string
80 Gateway string
81 EndpointID string
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/plugins/docker/
H A Dtypes.go72 type ContainerNetwork struct { struct
73 Aliases []string
74 MacAddress string
75 GlobalIPv6PrefixLen int
76 GlobalIPv6Address string
77 IPv6Gateway string
78 IPPrefixLen int
79 IPAddress string
80 Gateway string
81 EndpointID string
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/plugins/docker/
H A Dtypes.go72 type ContainerNetwork struct { struct
73 Aliases []string
74 MacAddress string
75 GlobalIPv6PrefixLen int
76 GlobalIPv6Address string
77 IPv6Gateway string
78 IPPrefixLen int
79 IPAddress string
80 Gateway string
81 EndpointID string
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/plugins/docker/
H A Dtypes.go72 type ContainerNetwork struct { struct
73 Aliases []string
74 MacAddress string
75 GlobalIPv6PrefixLen int
76 GlobalIPv6Address string
77 IPv6Gateway string
78 IPPrefixLen int
79 IPAddress string
80 Gateway string
81 EndpointID string
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/plugins/docker/
H A Dtypes.go72 type ContainerNetwork struct { struct
73 Aliases []string
74 MacAddress string
75 GlobalIPv6PrefixLen int
76 GlobalIPv6Address string
77 IPv6Gateway string
78 IPPrefixLen int
79 IPAddress string
80 Gateway string
81 EndpointID string
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/install/validate/
H A Dconfig_to_data.go334 …op trace.Operation, finder Finder, d *data.Data, containerNetworks map[string]*executor.ContainerN…
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/ory-am/dockertest.v3/docker/
H A Dcontainer.go216 type ContainerNetwork struct { struct
217 …s []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
218 … string `json:"MacAddress,omitempty" yaml:"MacAddress,omitempty" toml:"MacAddress,omitempty"`
219 …IPv6PrefixLen,omitempty" yaml:"GlobalIPv6PrefixLen,omitempty" toml:"GlobalIPv6PrefixLen,omitempty"`
220 …GlobalIPv6Address,omitempty" yaml:"GlobalIPv6Address,omitempty" toml:"GlobalIPv6Address,omitempty"`
221 … string `json:"IPv6Gateway,omitempty" yaml:"IPv6Gateway,omitempty" toml:"IPv6Gateway,omitempty"`
222 … int `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
223 … string `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
224 …y string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
225 … string `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/docker/
H A Dcontainer.go216 type ContainerNetwork struct { struct
217 …s []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
218 … string `json:"MacAddress,omitempty" yaml:"MacAddress,omitempty" toml:"MacAddress,omitempty"`
219 …IPv6PrefixLen,omitempty" yaml:"GlobalIPv6PrefixLen,omitempty" toml:"GlobalIPv6PrefixLen,omitempty"`
220 …GlobalIPv6Address,omitempty" yaml:"GlobalIPv6Address,omitempty" toml:"GlobalIPv6Address,omitempty"`
221 … string `json:"IPv6Gateway,omitempty" yaml:"IPv6Gateway,omitempty" toml:"IPv6Gateway,omitempty"`
222 … int `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
223 … string `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
224 …y string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
225 … string `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/v3/docker/
H A Dcontainer.go216 type ContainerNetwork struct { struct
217 …s []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
218 … string `json:"MacAddress,omitempty" yaml:"MacAddress,omitempty" toml:"MacAddress,omitempty"`
219 …IPv6PrefixLen,omitempty" yaml:"GlobalIPv6PrefixLen,omitempty" toml:"GlobalIPv6PrefixLen,omitempty"`
220 …GlobalIPv6Address,omitempty" yaml:"GlobalIPv6Address,omitempty" toml:"GlobalIPv6Address,omitempty"`
221 … string `json:"IPv6Gateway,omitempty" yaml:"IPv6Gateway,omitempty" toml:"IPv6Gateway,omitempty"`
222 … int `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
223 … string `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
224 …y string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
225 … string `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/ory/dockertest/docker/
H A Dcontainer.go216 type ContainerNetwork struct { struct
217 …s []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
218 … string `json:"MacAddress,omitempty" yaml:"MacAddress,omitempty" toml:"MacAddress,omitempty"`
219 …IPv6PrefixLen,omitempty" yaml:"GlobalIPv6PrefixLen,omitempty" toml:"GlobalIPv6PrefixLen,omitempty"`
220 …GlobalIPv6Address,omitempty" yaml:"GlobalIPv6Address,omitempty" toml:"GlobalIPv6Address,omitempty"`
221 … string `json:"IPv6Gateway,omitempty" yaml:"IPv6Gateway,omitempty" toml:"IPv6Gateway,omitempty"`
222 … int `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
223 … string `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
224 …y string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
225 … string `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,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 Dcontainer.go216 type ContainerNetwork struct { struct
217 …s []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
218 … string `json:"MacAddress,omitempty" yaml:"MacAddress,omitempty" toml:"MacAddress,omitempty"`
219 …IPv6PrefixLen,omitempty" yaml:"GlobalIPv6PrefixLen,omitempty" toml:"GlobalIPv6PrefixLen,omitempty"`
220 …GlobalIPv6Address,omitempty" yaml:"GlobalIPv6Address,omitempty" toml:"GlobalIPv6Address,omitempty"`
221 … string `json:"IPv6Gateway,omitempty" yaml:"IPv6Gateway,omitempty" toml:"IPv6Gateway,omitempty"`
222 … int `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
223 … string `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
224 …y string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
225 … string `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,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 Dcontainer.go216 type ContainerNetwork struct { struct
217 …s []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
218 … string `json:"MacAddress,omitempty" yaml:"MacAddress,omitempty" toml:"MacAddress,omitempty"`
219 …IPv6PrefixLen,omitempty" yaml:"GlobalIPv6PrefixLen,omitempty" toml:"GlobalIPv6PrefixLen,omitempty"`
220 …GlobalIPv6Address,omitempty" yaml:"GlobalIPv6Address,omitempty" toml:"GlobalIPv6Address,omitempty"`
221 … string `json:"IPv6Gateway,omitempty" yaml:"IPv6Gateway,omitempty" toml:"IPv6Gateway,omitempty"`
222 … int `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
223 … string `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
224 …y string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
225 … string `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,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 Dcontainer.go216 type ContainerNetwork struct { struct
217 …s []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
218 … string `json:"MacAddress,omitempty" yaml:"MacAddress,omitempty" toml:"MacAddress,omitempty"`
219 …IPv6PrefixLen,omitempty" yaml:"GlobalIPv6PrefixLen,omitempty" toml:"GlobalIPv6PrefixLen,omitempty"`
220 …GlobalIPv6Address,omitempty" yaml:"GlobalIPv6Address,omitempty" toml:"GlobalIPv6Address,omitempty"`
221 … string `json:"IPv6Gateway,omitempty" yaml:"IPv6Gateway,omitempty" toml:"IPv6Gateway,omitempty"`
222 … int `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
223 … string `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
224 …y string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
225 … string `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/fsouza/go-dockerclient/
H A Dcontainer.go216 type ContainerNetwork struct { struct
217 …s []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
218 … string `json:"MacAddress,omitempty" yaml:"MacAddress,omitempty" toml:"MacAddress,omitempty"`
219 …IPv6PrefixLen,omitempty" yaml:"GlobalIPv6PrefixLen,omitempty" toml:"GlobalIPv6PrefixLen,omitempty"`
220 …GlobalIPv6Address,omitempty" yaml:"GlobalIPv6Address,omitempty" toml:"GlobalIPv6Address,omitempty"`
221 … string `json:"IPv6Gateway,omitempty" yaml:"IPv6Gateway,omitempty" toml:"IPv6Gateway,omitempty"`
222 … int `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
223 … string `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
224 …y string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
225 … string `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/ory/dockertest/docker/
H A Dcontainer.go216 type ContainerNetwork struct { struct
217 …s []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
218 … string `json:"MacAddress,omitempty" yaml:"MacAddress,omitempty" toml:"MacAddress,omitempty"`
219 …IPv6PrefixLen,omitempty" yaml:"GlobalIPv6PrefixLen,omitempty" toml:"GlobalIPv6PrefixLen,omitempty"`
220 …GlobalIPv6Address,omitempty" yaml:"GlobalIPv6Address,omitempty" toml:"GlobalIPv6Address,omitempty"`
221 … string `json:"IPv6Gateway,omitempty" yaml:"IPv6Gateway,omitempty" toml:"IPv6Gateway,omitempty"`
222 … int `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
223 … string `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
224 …y string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
225 … string `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Dcontainer.go216 type ContainerNetwork struct { struct
217 …s []string `json:"Aliases,omitempty" yaml:"Aliases,omitempty" toml:"Aliases,omitempty"`
218 … string `json:"MacAddress,omitempty" yaml:"MacAddress,omitempty" toml:"MacAddress,omitempty"`
219 …IPv6PrefixLen,omitempty" yaml:"GlobalIPv6PrefixLen,omitempty" toml:"GlobalIPv6PrefixLen,omitempty"`
220 …GlobalIPv6Address,omitempty" yaml:"GlobalIPv6Address,omitempty" toml:"GlobalIPv6Address,omitempty"`
221 … string `json:"IPv6Gateway,omitempty" yaml:"IPv6Gateway,omitempty" toml:"IPv6Gateway,omitempty"`
222 … int `json:"IPPrefixLen,omitempty" yaml:"IPPrefixLen,omitempty" toml:"IPPrefixLen,omitempty"`
223 … string `json:"IPAddress,omitempty" yaml:"IPAddress,omitempty" toml:"IPAddress,omitempty"`
224 …y string `json:"Gateway,omitempty" yaml:"Gateway,omitempty" toml:"Gateway,omitempty"`
225 … string `json:"EndpointID,omitempty" yaml:"EndpointID,omitempty" toml:"EndpointID,omitempty"`
[all …]

12