Home
last modified time | relevance | path

Searched refs:DiscoveryURL (Results 1 – 25 of 241) sorted by relevance

12345678910

/dports/devel/etcd/etcd-2.3.8/etcdserver/
H A Dconfig.go32 DiscoveryURL string member
70 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
88 if c.DiscoveryURL != "" {
128 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
164 if len(c.DiscoveryURL) != 0 {
165 plog.Infof("discovery URL= %s", c.DiscoveryURL)
H A Dconfig_test.go38 DiscoveryURL: "",
53 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
188 DiscoveryURL: durl,
/dports/devel/etcd32/etcd-3.2.32/etcdserver/
H A Dconfig.go34 DiscoveryURL string member
113 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
130 if c.DiscoveryURL != "" {
169 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
205 if len(c.DiscoveryURL) != 0 {
206 plog.Infof("discovery URL= %s", c.DiscoveryURL)
H A Dconfig_test.go38 DiscoveryURL: "",
53 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
190 DiscoveryURL: durl,
/dports/devel/etcd31/etcd-3.1.20/etcdserver/
H A Dconfig.go34 DiscoveryURL string member
106 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
123 if c.DiscoveryURL != "" {
162 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
198 if len(c.DiscoveryURL) != 0 {
199 plog.Infof("discovery URL= %s", c.DiscoveryURL)
H A Dconfig_test.go38 DiscoveryURL: "",
53 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
190 DiscoveryURL: durl,
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/etcdserver/
H A Dconfig.go33 DiscoveryURL string member
119 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
136 if c.DiscoveryURL != "" {
213 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
248 if len(c.DiscoveryURL) != 0 {
249 plog.Infof("discovery URL= %s", c.DiscoveryURL)
H A Dconfig_test.go38 DiscoveryURL: "",
53 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
198 DiscoveryURL: durl,
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/etcdserver/
H A Dconfig.go33 DiscoveryURL string member
119 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
136 if c.DiscoveryURL != "" {
213 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
248 if len(c.DiscoveryURL) != 0 {
249 plog.Infof("discovery URL= %s", c.DiscoveryURL)
H A Dconfig_test.go38 DiscoveryURL: "",
53 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
198 DiscoveryURL: durl,
/dports/devel/etcd33/etcd-3.3.23/etcdserver/
H A Dconfig.go33 DiscoveryURL string member
120 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
137 if c.DiscoveryURL != "" {
214 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
249 if len(c.DiscoveryURL) != 0 {
250 plog.Infof("discovery URL= %s", c.DiscoveryURL)
H A Dconfig_test.go38 DiscoveryURL: "",
53 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
198 DiscoveryURL: durl,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/etcdserver/
H A Dconfig.go33 DiscoveryURL string member
119 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
136 if c.DiscoveryURL != "" {
213 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
248 if len(c.DiscoveryURL) != 0 {
249 plog.Infof("discovery URL= %s", c.DiscoveryURL)
H A Dconfig_test.go38 DiscoveryURL: "",
53 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
198 DiscoveryURL: durl,
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/etcdserver/
H A Dconfig.go33 DiscoveryURL string member
119 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
136 if c.DiscoveryURL != "" {
213 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
248 if len(c.DiscoveryURL) != 0 {
249 plog.Infof("discovery URL= %s", c.DiscoveryURL)
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/
H A Dconfig.go37 DiscoveryURL string member
172 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
189 if c.DiscoveryURL != "" {
266 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
H A Dconfig_test.go40 DiscoveryURL: "",
56 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
205 DiscoveryURL: durl,
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/
H A Dconfig_test.go40 DiscoveryURL: "",
56 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
205 DiscoveryURL: durl,
H A Dconfig.go37 DiscoveryURL string member
181 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
198 if c.DiscoveryURL != "" {
275 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
/dports/www/minio-client/etcd-3.5.0/server/config/
H A Dconfig_test.go40 DiscoveryURL: "",
56 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
205 DiscoveryURL: durl,
/dports/devel/etcd34/etcd-3.4.18/etcdserver/
H A Dconfig_test.go40 DiscoveryURL: "",
56 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
205 DiscoveryURL: durl,
H A Dconfig.go37 DiscoveryURL string member
183 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
200 if c.DiscoveryURL != "" {
277 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/
H A Dconfig_test.go40 DiscoveryURL: "",
56 DiscoveryURL: "http://127.0.0.1:2379/abcdefg",
205 DiscoveryURL: durl,
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/etcdserver/
H A Dconfig.go37 DiscoveryURL string member
183 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
200 if c.DiscoveryURL != "" {
277 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/config/
H A Dconfig.go38 DiscoveryURL string member
202 if c.InitialPeerURLsMap.String() == "" && c.DiscoveryURL == "" {
219 if c.DiscoveryURL != "" {
296 func (c *ServerConfig) ShouldDiscover() bool { return c.DiscoveryURL != "" }

12345678910