Home
last modified time | relevance | path

Searched refs:Intentions (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/dports/sysutils/consul/consul-1.10.3/agent/consul/state/
H A Dconfig_entry_intention.go126 …xn, ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, bool, error) {
199 …dTxn, ws memdb.WatchSet, args *structs.IntentionQueryMatch) (uint64, []structs.Intentions, error) {
203 results := make([]structs.Intentions, len(args.Entries))
230 ) (uint64, structs.Intentions, error) {
241 …atchSet, serviceName string, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, error) {
245 results structs.Intentions
265 …ame string, entMeta *structs.EnterpriseMeta, results structs.Intentions) (structs.Intentions, erro… argument
286 …atchSet, serviceName string, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, error) {
289 var results structs.Intentions
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dconfig_entry_intention.go126 …xn, ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, bool, error) {
199 …dTxn, ws memdb.WatchSet, args *structs.IntentionQueryMatch) (uint64, []structs.Intentions, error) {
203 results := make([]structs.Intentions, len(args.Entries))
230 ) (uint64, structs.Intentions, error) {
241 …atchSet, serviceName string, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, error) {
245 results structs.Intentions
265 …ame string, entMeta *structs.EnterpriseMeta, results structs.Intentions) (structs.Intentions, erro… argument
286 …atchSet, serviceName string, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, error) {
289 var results structs.Intentions
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dconfig_entry_intention.go126 …xn, ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, bool, error) {
199 …dTxn, ws memdb.WatchSet, args *structs.IntentionQueryMatch) (uint64, []structs.Intentions, error) {
203 results := make([]structs.Intentions, len(args.Entries))
230 ) (uint64, structs.Intentions, error) {
241 …atchSet, serviceName string, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, error) {
245 results structs.Intentions
265 …ame string, entMeta *structs.EnterpriseMeta, results structs.Intentions) (structs.Intentions, erro… argument
286 …atchSet, serviceName string, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, error) {
289 var results structs.Intentions
/dports/sysutils/consul/consul-1.10.3/agent/consul/
H A Dleader_intentions_test.go144 require.Len(r, resp.Intentions, 1)
146 actual := resp.Intentions[0]
175 require.Len(r, resp.Intentions, 1)
179 actual := resp.Intentions[0]
230 deletes structs.Intentions
231 updates structs.Intentions
236 deletes: structs.Intentions{ixn1},
250 updates: structs.Intentions{ixn1},
264 deletes: structs.Intentions{ixn1},
265 updates: structs.Intentions{ixn2},
[all …]
H A Dleader_intentions.go135 func convertLegacyIntentionsToConfigEntries(ixns structs.Intentions) ([]structs.ConfigEntry, error)… argument
354 return remote.Index, len(remote.Intentions), nil
400 deletes, updates := diffIntentions(local, remote.Intentions)
426 func diffIntentions(local, remote structs.Intentions) (structs.Intentions, structs.Intentions) { argument
430 var deletes structs.Intentions
431 var updates structs.Intentions
462 func batchLegacyIntentionUpdates(deletes, updates structs.Intentions) []structs.TxnOps { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/
H A Dleader_intentions_test.go144 require.Len(r, resp.Intentions, 1)
146 actual := resp.Intentions[0]
175 require.Len(r, resp.Intentions, 1)
179 actual := resp.Intentions[0]
230 deletes structs.Intentions
231 updates structs.Intentions
236 deletes: structs.Intentions{ixn1},
250 updates: structs.Intentions{ixn1},
264 deletes: structs.Intentions{ixn1},
265 updates: structs.Intentions{ixn2},
[all …]
H A Dleader_intentions.go135 func convertLegacyIntentionsToConfigEntries(ixns structs.Intentions) ([]structs.ConfigEntry, error)… argument
354 return remote.Index, len(remote.Intentions), nil
400 deletes, updates := diffIntentions(local, remote.Intentions)
426 func diffIntentions(local, remote structs.Intentions) (structs.Intentions, structs.Intentions) { argument
430 var deletes structs.Intentions
431 var updates structs.Intentions
462 func batchLegacyIntentionUpdates(deletes, updates structs.Intentions) []structs.TxnOps { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/
H A Dleader_intentions_test.go144 require.Len(r, resp.Intentions, 1)
146 actual := resp.Intentions[0]
175 require.Len(r, resp.Intentions, 1)
179 actual := resp.Intentions[0]
230 deletes structs.Intentions
231 updates structs.Intentions
236 deletes: structs.Intentions{ixn1},
250 updates: structs.Intentions{ixn1},
264 deletes: structs.Intentions{ixn1},
265 updates: structs.Intentions{ixn2},
[all …]
H A Dleader_intentions.go135 func convertLegacyIntentionsToConfigEntries(ixns structs.Intentions) ([]structs.ConfigEntry, error)… argument
354 return remote.Index, len(remote.Intentions), nil
400 deletes, updates := diffIntentions(local, remote.Intentions)
426 func diffIntentions(local, remote structs.Intentions) (structs.Intentions, structs.Intentions) { argument
430 var deletes structs.Intentions
431 var updates structs.Intentions
462 func batchLegacyIntentionUpdates(deletes, updates structs.Intentions) []structs.TxnOps { argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Dintention_endpoint.go265 reply.Intentions = structs.Intentions{ixn}
273 if len(reply.Intentions) == 0 {
294 filter, err := bexpr.CreateFilter(args.Filter, nil, reply.Intentions)
302 index, ixns, err := state.Intentions(ws)
307 reply.Index, reply.Intentions = index, ixns
308 if reply.Intentions == nil {
309 reply.Intentions = make(structs.Intentions, 0)
316 raw, err := filter.Execute(reply.Intentions)
320 reply.Intentions = raw.(structs.Intentions)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dintention.go101 func (s *Snapshot) Intentions() (structs.Intentions, error) { func
107 var ret structs.Intentions
129 func (s *Store) Intentions(ws memdb.WatchSet) (uint64, structs.Intentions, error) { func
146 var results structs.Intentions
298 …Match(ws memdb.WatchSet, args *structs.IntentionQueryMatch) (uint64, []structs.Intentions, error) {
309 results := make([]structs.Intentions, len(args.Entries))
322 var ixns structs.Intentions
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dintention.go101 func (s *Snapshot) Intentions() (structs.Intentions, error) { func
107 var ret structs.Intentions
129 func (s *Store) Intentions(ws memdb.WatchSet) (uint64, structs.Intentions, error) { func
146 var results structs.Intentions
298 …Match(ws memdb.WatchSet, args *structs.IntentionQueryMatch) (uint64, []structs.Intentions, error) {
309 results := make([]structs.Intentions, len(args.Entries))
322 var ixns structs.Intentions
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/consul/state/
H A Dintention.go101 func (s *Snapshot) Intentions() (structs.Intentions, error) { func
107 var ret structs.Intentions
129 func (s *Store) Intentions(ws memdb.WatchSet) (uint64, structs.Intentions, error) { func
146 var results structs.Intentions
298 …Match(ws memdb.WatchSet, args *structs.IntentionQueryMatch) (uint64, []structs.Intentions, error) {
309 results := make([]structs.Intentions, len(args.Entries))
322 var ixns structs.Intentions
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dintention.go101 func (s *Snapshot) Intentions() (structs.Intentions, error) { func
107 var ret structs.Intentions
129 func (s *Store) Intentions(ws memdb.WatchSet) (uint64, structs.Intentions, error) { func
146 var results structs.Intentions
298 …Match(ws memdb.WatchSet, args *structs.IntentionQueryMatch) (uint64, []structs.Intentions, error) {
309 results := make([]structs.Intentions, len(args.Entries))
322 var ixns structs.Intentions
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dintention.go101 func (s *Snapshot) Intentions() (structs.Intentions, error) { func
107 var ret structs.Intentions
129 func (s *Store) Intentions(ws memdb.WatchSet) (uint64, structs.Intentions, error) { func
146 var results structs.Intentions
298 …Match(ws memdb.WatchSet, args *structs.IntentionQueryMatch) (uint64, []structs.Intentions, error) {
309 results := make([]structs.Intentions, len(args.Entries))
322 var ixns structs.Intentions
/dports/sysutils/consul/consul-1.10.3/acl/
H A Dpolicy_test.go391 Intentions: "read",
950 Intentions: PolicyRead,
967 Intentions: PolicyRead,
981 Intentions: PolicyRead,
986 Intentions: PolicyDeny,
993 Intentions: PolicyRead,
998 Intentions: PolicyDeny,
1013 Intentions: PolicyRead,
1018 Intentions: PolicyDeny,
1030 Intentions: PolicyRead,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/acl/
H A Dpolicy_test.go391 Intentions: "read",
950 Intentions: PolicyRead,
967 Intentions: PolicyRead,
981 Intentions: PolicyRead,
986 Intentions: PolicyDeny,
993 Intentions: PolicyRead,
998 Intentions: PolicyDeny,
1013 Intentions: PolicyRead,
1018 Intentions: PolicyDeny,
1030 Intentions: PolicyRead,
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/acl/
H A Dpolicy_test.go391 Intentions: "read",
950 Intentions: PolicyRead,
967 Intentions: PolicyRead,
981 Intentions: PolicyRead,
986 Intentions: PolicyDeny,
993 Intentions: PolicyRead,
998 Intentions: PolicyDeny,
1013 Intentions: PolicyRead,
1018 Intentions: PolicyDeny,
1030 Intentions: PolicyRead,
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Dintention_endpoint.go173 reply.Intentions = structs.Intentions{ixn}
181 if len(reply.Intentions) == 0 {
203 index, ixns, err := state.Intentions(ws)
208 reply.Index, reply.Intentions = index, ixns
209 if reply.Intentions == nil {
210 reply.Intentions = make(structs.Intentions, 0)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/consul/
H A Dintention_endpoint.go179 reply.Intentions = structs.Intentions{ixn}
187 if len(reply.Intentions) == 0 {
209 index, ixns, err := state.Intentions(ws)
214 reply.Index, reply.Intentions = index, ixns
215 if reply.Intentions == nil {
216 reply.Intentions = make(structs.Intentions, 0)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/consul/
H A Dintention_endpoint.go173 reply.Intentions = structs.Intentions{ixn}
181 if len(reply.Intentions) == 0 {
203 index, ixns, err := state.Intentions(ws)
208 reply.Index, reply.Intentions = index, ixns
209 if reply.Intentions == nil {
210 reply.Intentions = make(structs.Intentions, 0)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/acl/
H A Dpolicy_test.go391 Intentions: "read",
950 Intentions: PolicyRead,
967 Intentions: PolicyRead,
981 Intentions: PolicyRead,
986 Intentions: PolicyDeny,
993 Intentions: PolicyRead,
998 Intentions: PolicyDeny,
1013 Intentions: PolicyRead,
1018 Intentions: PolicyDeny,
1030 Intentions: PolicyRead,
[all …]
H A Dpolicy.go101 Intentions string member
244 if sp.Intentions != "" && !isPolicyValid(sp.Intentions) {
255 if sp.Intentions != "" && !isPolicyValid(sp.Intentions) {
371 if sp.Intentions != "" && !isPolicyValid(sp.Intentions) {
701 if takesPrecedenceOver(sp.Intentions, existing.Intentions) {
702 existing.Intentions = sp.Intentions
719 if takesPrecedenceOver(sp.Intentions, existing.Intentions) {
720 existing.Intentions = sp.Intentions
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/acl/
H A Dpolicy_test.go391 Intentions: "read",
950 Intentions: PolicyRead,
967 Intentions: PolicyRead,
981 Intentions: PolicyRead,
986 Intentions: PolicyDeny,
993 Intentions: PolicyRead,
998 Intentions: PolicyDeny,
1013 Intentions: PolicyRead,
1018 Intentions: PolicyDeny,
1030 Intentions: PolicyRead,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/acl/
H A Dpolicy_test.go391 Intentions: "read",
950 Intentions: PolicyRead,
967 Intentions: PolicyRead,
981 Intentions: PolicyRead,
986 Intentions: PolicyDeny,
993 Intentions: PolicyRead,
998 Intentions: PolicyDeny,
1013 Intentions: PolicyRead,
1018 Intentions: PolicyDeny,
1030 Intentions: PolicyRead,
[all …]

12345678910>>...20