Home
last modified time | relevance | path

Searched refs:boolValWithDefault (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/consul/consul-1.10.3/agent/config/
H A Dbuilder.go761boolValWithDefault(c.ACL.TokenReplication, boolValWithDefault(c.EnableACLReplication, enableTokenR…
764 enableLocalScriptChecks := boolValWithDefault(c.EnableLocalScriptChecks, enableRemoteScriptChecks)
878 …ACLTokenReplication: boolValWithDefault(c.ACL.TokenReplication, boolValWithDefault(c.EnableACLR…
882 EnablePersistence: boolValWithDefault(c.ACL.EnableTokenPersistence, false),
916 DNSNodeMetaTXT: boolValWithDefault(c.DNS.NodeMetaTXT, true),
929 HTTPUseCache: boolValWithDefault(c.HTTPConfig.UseCache, true),
1105 rt.UseStreamingBackend = boolValWithDefault(c.UseStreamingBackend, true)
1851 func boolValWithDefault(v *bool, defaultVal bool) bool { func
2217 val.Enabled = boolValWithDefault(raw.Enabled, false)
2255 val.Enabled = boolValWithDefault(raw.Enabled, false)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/config/
H A Dbuilder.go761boolValWithDefault(c.ACL.TokenReplication, boolValWithDefault(c.EnableACLReplication, enableTokenR…
764 enableLocalScriptChecks := boolValWithDefault(c.EnableLocalScriptChecks, enableRemoteScriptChecks)
878 …ACLTokenReplication: boolValWithDefault(c.ACL.TokenReplication, boolValWithDefault(c.EnableACLR…
882 EnablePersistence: boolValWithDefault(c.ACL.EnableTokenPersistence, false),
916 DNSNodeMetaTXT: boolValWithDefault(c.DNS.NodeMetaTXT, true),
929 HTTPUseCache: boolValWithDefault(c.HTTPConfig.UseCache, true),
1105 rt.UseStreamingBackend = boolValWithDefault(c.UseStreamingBackend, true)
1851 func boolValWithDefault(v *bool, defaultVal bool) bool { func
2217 val.Enabled = boolValWithDefault(raw.Enabled, false)
2255 val.Enabled = boolValWithDefault(raw.Enabled, false)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/config/
H A Dbuilder.go761boolValWithDefault(c.ACL.TokenReplication, boolValWithDefault(c.EnableACLReplication, enableTokenR…
764 enableLocalScriptChecks := boolValWithDefault(c.EnableLocalScriptChecks, enableRemoteScriptChecks)
878 …ACLTokenReplication: boolValWithDefault(c.ACL.TokenReplication, boolValWithDefault(c.EnableACLR…
882 EnablePersistence: boolValWithDefault(c.ACL.EnableTokenPersistence, false),
916 DNSNodeMetaTXT: boolValWithDefault(c.DNS.NodeMetaTXT, true),
929 HTTPUseCache: boolValWithDefault(c.HTTPConfig.UseCache, true),
1105 rt.UseStreamingBackend = boolValWithDefault(c.UseStreamingBackend, true)
1851 func boolValWithDefault(v *bool, defaultVal bool) bool { func
2217 val.Enabled = boolValWithDefault(raw.Enabled, false)
2255 val.Enabled = boolValWithDefault(raw.Enabled, false)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/config/
H A Dbuilder.go719 …b.boolValWithDefault(c.ACL.TokenReplication, b.boolValWithDefault(c.EnableACLReplication, enableTo…
722 …enableLocalScriptChecks := b.boolValWithDefault(c.EnableLocalScriptChecks, enableRemoteScriptCheck…
814 …ACLTokenReplication: b.boolValWithDefault(c.ACL.TokenReplication, b.boolValWithDefault(c.Ena…
815 ACLEnableTokenPersistence: b.boolValWithDefault(c.ACL.EnableTokenPersistence, false),
844 DNSNodeMetaTXT: b.boolValWithDefault(c.DNS.NodeMetaTXT, true),
856 HTTPUseCache: b.boolValWithDefault(c.HTTPConfig.UseCache, true),
1587 func (b *Builder) boolValWithDefault(v *bool, defaultVal bool) bool { func
1596 return b.boolValWithDefault(v, false)
1948 val.Enabled = b.boolValWithDefault(raw.Enabled, false)
1986 val.Enabled = b.boolValWithDefault(raw.Enabled, false)
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/config/
H A Dbuilder.go614 …b.boolValWithDefault(c.ACL.TokenReplication, b.boolValWithDefault(c.EnableACLReplication, enableTo…
622 …enableLocalScriptChecks := b.boolValWithDefault(c.EnableLocalScriptChecks, enableRemoteScriptCheck…
677 ACLEnforceVersion8: b.boolValWithDefault(c.ACLEnforceVersion8, true),
684 …ACLEnableKeyListPolicy: b.boolValWithDefault(c.ACL.EnableKeyListPolicy, b.boolVal(c.ACLEnableKeyLi…
690 …ACLTokenReplication: b.boolValWithDefault(c.ACL.TokenReplication, b.boolValWithDefault(c.Enable…
717 DNSNodeMetaTXT: b.boolValWithDefault(c.DNS.NodeMetaTXT, true),
1298 func (b *Builder) boolValWithDefault(v *bool, defaultVal bool) bool { func
1307 return b.boolValWithDefault(v, false)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/config/
H A Dbuilder.go702 …b.boolValWithDefault(c.ACL.TokenReplication, b.boolValWithDefault(c.EnableACLReplication, enableTo…
705 …enableLocalScriptChecks := b.boolValWithDefault(c.EnableLocalScriptChecks, enableRemoteScriptCheck…
775 ACLEnforceVersion8: b.boolValWithDefault(c.ACLEnforceVersion8, true),
782 …ACLEnableKeyListPolicy: b.boolValWithDefault(c.ACL.EnableKeyListPolicy, b.boolVal(c.ACLEnableKe…
789 …ACLTokenReplication: b.boolValWithDefault(c.ACL.TokenReplication, b.boolValWithDefault(c.Ena…
790 ACLEnableTokenPersistence: b.boolValWithDefault(c.ACL.EnableTokenPersistence, false),
819 DNSNodeMetaTXT: b.boolValWithDefault(c.DNS.NodeMetaTXT, true),
1499 func (b *Builder) boolValWithDefault(v *bool, defaultVal bool) bool { func
1508 return b.boolValWithDefault(v, false)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/config/
H A Dbuilder.go583 …enableLocalScriptChecks := b.boolValWithDefault(c.EnableLocalScriptChecks, enableRemoteScriptCheck…
664 DNSNodeMetaTXT: b.boolValWithDefault(c.DNS.NodeMetaTXT, true),
1246 func (b *Builder) boolValWithDefault(v *bool, default_val bool) bool { func
1255 return b.boolValWithDefault(v, false)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/config/
H A Dbuilder.go583 …enableLocalScriptChecks := b.boolValWithDefault(c.EnableLocalScriptChecks, enableRemoteScriptCheck…
664 DNSNodeMetaTXT: b.boolValWithDefault(c.DNS.NodeMetaTXT, true),
1246 func (b *Builder) boolValWithDefault(v *bool, default_val bool) bool { func
1255 return b.boolValWithDefault(v, false)