Home
last modified time | relevance | path

Searched refs:SourceNS (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dintention_test.go24 SourceNS: "default",
35 SourceNS: "default",
46 SourceNS: "default",
57 SourceNS: "default",
68 SourceNS: "default",
79 SourceNS: "default",
92 SourceNS: "default",
103 SourceNS: "default",
187 x.SourceNS = "*"
308 SourceNS: v[0],
[all …]
H A Dintention.go49 SourceNS, SourceName string member
125 hash.Write([]byte(x.SourceNS))
163 if x.SourceNS == "" {
177 if x.SourceNS != WildcardSpecifier {
178 if strings.Contains(x.SourceNS, WildcardSpecifier) {
189 if x.SourceNS == WildcardSpecifier {
307 countSrc := x.countExact(x.SourceNS, x.SourceName)
333 x.SourceNS, x.SourceName,
497 SourceNS, SourceName string member
539 if a.SourceNS != b.SourceNS {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/structs/
H A Dintention_test.go25 SourceNS: "default",
36 SourceNS: "default",
47 SourceNS: "default",
58 SourceNS: "default",
69 SourceNS: "default",
80 SourceNS: "default",
93 SourceNS: "default",
104 SourceNS: "default",
188 x.SourceNS = "*"
309 SourceNS: v[0],
[all …]
H A Dintention.go49 SourceNS, SourceName string member
124 hash.Write([]byte(x.SourceNS))
162 if x.SourceNS == "" {
176 if x.SourceNS != WildcardSpecifier {
177 if strings.Contains(x.SourceNS, WildcardSpecifier) {
188 if x.SourceNS == WildcardSpecifier {
306 countSrc := x.countExact(x.SourceNS, x.SourceName)
332 x.SourceNS, x.SourceName,
496 SourceNS, SourceName string member
538 if a.SourceNS != b.SourceNS {
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dintention_test.go25 SourceNS: "default",
36 SourceNS: "default",
47 SourceNS: "default",
58 SourceNS: "default",
69 SourceNS: "default",
80 SourceNS: "default",
93 SourceNS: "default",
104 SourceNS: "default",
188 x.SourceNS = "*"
309 SourceNS: v[0],
[all …]
H A Dintention.go52 SourceNS, SourceName string member
114 SourceNS: t.SourceNS,
173 hash.Write([]byte(x.SourceNS))
209 if x.SourceNS == "" {
223 if x.SourceNS != WildcardSpecifier {
235 if x.SourceNS == WildcardSpecifier {
401 x.SourceNS, x.SourceName,
648 SourceNS, SourceName string member
692 if q.SourceNS == "" {
741 if a.SourceNS != b.SourceNS {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dintention_test.go25 SourceNS: "default",
36 SourceNS: "default",
47 SourceNS: "default",
58 SourceNS: "default",
69 SourceNS: "default",
80 SourceNS: "default",
93 SourceNS: "default",
104 SourceNS: "default",
188 x.SourceNS = "*"
309 SourceNS: v[0],
[all …]
H A Dintention.go52 SourceNS, SourceName string member
114 SourceNS: t.SourceNS,
173 hash.Write([]byte(x.SourceNS))
209 if x.SourceNS == "" {
223 if x.SourceNS != WildcardSpecifier {
235 if x.SourceNS == WildcardSpecifier {
401 x.SourceNS, x.SourceName,
648 SourceNS, SourceName string member
692 if q.SourceNS == "" {
741 if a.SourceNS != b.SourceNS {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dintention_test.go25 SourceNS: "default",
36 SourceNS: "default",
47 SourceNS: "default",
58 SourceNS: "default",
69 SourceNS: "default",
80 SourceNS: "default",
93 SourceNS: "default",
104 SourceNS: "default",
188 x.SourceNS = "*"
309 SourceNS: v[0],
[all …]
H A Dintention.go52 SourceNS, SourceName string member
114 SourceNS: t.SourceNS,
173 hash.Write([]byte(x.SourceNS))
209 if x.SourceNS == "" {
223 if x.SourceNS != WildcardSpecifier {
235 if x.SourceNS == WildcardSpecifier {
401 x.SourceNS, x.SourceName,
648 SourceNS, SourceName string member
692 if q.SourceNS == "" {
741 if a.SourceNS != b.SourceNS {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/structs/
H A Dintention.go46 SourceNS, SourceName string member
82 if x.SourceNS == "" {
96 if x.SourceNS != IntentionWildcard {
97 if strings.Contains(x.SourceNS, IntentionWildcard) {
108 if x.SourceNS == IntentionWildcard {
189 countSrc := x.countExact(x.SourceNS, x.SourceName)
222 x.SourceNS, x.SourceName,
230 size := 60 + len(x.Description) + len(x.SourceNS) + len(x.SourceName) + len(x.DestinationNS) +
386 SourceNS, SourceName string member
428 if a.SourceNS != b.SourceNS {
[all …]
H A Dintention_test.go70 func(x *Intention) { x.SourceNS = "" },
94 func(x *Intention) { x.SourceNS = "foo*" },
107 x.SourceNS = "*"
228 SourceNS: v[0],
247 v.SourceNS,
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dintention.go46 SourceNS, SourceName string member
82 if x.SourceNS == "" {
96 if x.SourceNS != IntentionWildcard {
97 if strings.Contains(x.SourceNS, IntentionWildcard) {
108 if x.SourceNS == IntentionWildcard {
189 countSrc := x.countExact(x.SourceNS, x.SourceName)
222 x.SourceNS, x.SourceName,
373 SourceNS, SourceName string member
415 if a.SourceNS != b.SourceNS {
416 return a.SourceNS < b.SourceNS
H A Dintention_test.go70 func(x *Intention) { x.SourceNS = "" },
94 func(x *Intention) { x.SourceNS = "foo*" },
107 x.SourceNS = "*"
228 SourceNS: v[0],
247 v.SourceNS,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/structs/
H A Dintention.go46 SourceNS, SourceName string member
82 if x.SourceNS == "" {
96 if x.SourceNS != IntentionWildcard {
97 if strings.Contains(x.SourceNS, IntentionWildcard) {
108 if x.SourceNS == IntentionWildcard {
189 countSrc := x.countExact(x.SourceNS, x.SourceName)
222 x.SourceNS, x.SourceName,
373 SourceNS, SourceName string member
415 if a.SourceNS != b.SourceNS {
416 return a.SourceNS < b.SourceNS
H A Dintention_test.go70 func(x *Intention) { x.SourceNS = "" },
94 func(x *Intention) { x.SourceNS = "foo*" },
107 x.SourceNS = "*"
228 SourceNS: v[0],
247 v.SourceNS,
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/connect/
H A Duri_service_test.go30 SourceNS: "different",
41 SourceNS: ns,
52 SourceNS: serviceWeb.Namespace,
64 SourceNS: serviceWeb.Namespace,
76 SourceNS: serviceWeb.Namespace,
88 SourceNS: serviceWeb.Namespace,
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/connect/
H A Duri_service_test.go30 SourceNS: "different",
41 SourceNS: ns,
52 SourceNS: serviceWeb.Namespace,
64 SourceNS: serviceWeb.Namespace,
76 SourceNS: serviceWeb.Namespace,
88 SourceNS: serviceWeb.Namespace,
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/connect/
H A Duri_service_test.go30 SourceNS: "different",
41 SourceNS: ns,
52 SourceNS: serviceWeb.Namespace,
64 SourceNS: serviceWeb.Namespace,
76 SourceNS: serviceWeb.Namespace,
88 SourceNS: serviceWeb.Namespace,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/connect/
H A Duri_service_test.go30 SourceNS: "different",
41 SourceNS: ns,
52 SourceNS: serviceWeb.Namespace,
64 SourceNS: serviceWeb.Namespace,
76 SourceNS: serviceWeb.Namespace,
88 SourceNS: serviceWeb.Namespace,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/connect/
H A Duri_service_test.go30 SourceNS: "different",
41 SourceNS: ns,
52 SourceNS: serviceWeb.Namespace,
64 SourceNS: serviceWeb.Namespace,
76 SourceNS: serviceWeb.Namespace,
88 SourceNS: serviceWeb.Namespace,
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/agent/structs/
H A Dintention.go52 SourceNS, SourceName string member
114 SourceNS: t.SourceNS,
173 hash.Write([]byte(x.SourceNS))
209 if x.SourceNS == "" {
223 if x.SourceNS != WildcardSpecifier {
235 if x.SourceNS == WildcardSpecifier {
401 x.SourceNS, x.SourceName,
648 SourceNS, SourceName string member
692 if q.SourceNS == "" {
741 if a.SourceNS != b.SourceNS {
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/connect/
H A Dauthz_test.go26 SourceNS: "different",
38 SourceNS: structs.IntentionDefaultNamespace,
50 SourceNS: structs.IntentionDefaultNamespace,
63 SourceNS: structs.IntentionDefaultNamespace,
76 SourceNS: structs.IntentionDefaultNamespace,
89 SourceNS: structs.IntentionDefaultNamespace,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/connect/
H A Dauthz_test.go26 SourceNS: "different",
38 SourceNS: structs.IntentionDefaultNamespace,
50 SourceNS: structs.IntentionDefaultNamespace,
63 SourceNS: structs.IntentionDefaultNamespace,
76 SourceNS: structs.IntentionDefaultNamespace,
89 SourceNS: structs.IntentionDefaultNamespace,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/connect/
H A Dauthz_test.go26 SourceNS: "different",
38 SourceNS: structs.IntentionDefaultNamespace,
50 SourceNS: structs.IntentionDefaultNamespace,
63 SourceNS: structs.IntentionDefaultNamespace,
76 SourceNS: structs.IntentionDefaultNamespace,
89 SourceNS: structs.IntentionDefaultNamespace,

1234567891011