Home
last modified time | relevance | path

Searched refs:CheckID (Results 226 – 250 of 1038) sorted by relevance

12345678910>>...42

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/structs/
H A Dcheck_type.go20 CheckID types.CheckID member
/dports/sysutils/consul/consul-1.10.3/agent/consul/state/
H A Dtxn_test.go381 Check: structs.HealthCheck{Node: "node1", CheckID: "check1"},
387 Check: structs.HealthCheck{Node: "node1", CheckID: "check5", Status: "passing"},
395 CheckID: "check2",
404 Check: structs.HealthCheck{Node: "node1", CheckID: "check3"},
412 CheckID: "check4",
428 CheckID: "check1",
440 CheckID: "check5",
452 CheckID: "check2",
475 CheckID: "check1",
485 CheckID: "check2",
[all …]
H A Dstate_store_test.go153 nodeID string, serviceID string, checkID types.CheckID, state string) { argument
156 CheckID: checkID,
166 c, err := tx.First(tableChecks, indexID, NodeCheckQuery{Node: nodeID, CheckID: string(checkID)})
173 result.CheckID != checkID {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dtxn_test.go381 Check: structs.HealthCheck{Node: "node1", CheckID: "check1"},
387 Check: structs.HealthCheck{Node: "node1", CheckID: "check5", Status: "passing"},
395 CheckID: "check2",
404 Check: structs.HealthCheck{Node: "node1", CheckID: "check3"},
412 CheckID: "check4",
428 CheckID: "check1",
440 CheckID: "check5",
452 CheckID: "check2",
475 CheckID: "check1",
485 CheckID: "check2",
[all …]
H A Dstate_store_test.go153 nodeID string, serviceID string, checkID types.CheckID, state string) { argument
156 CheckID: checkID,
166 c, err := tx.First(tableChecks, indexID, NodeCheckQuery{Node: nodeID, CheckID: string(checkID)})
173 result.CheckID != checkID {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dtxn_test.go381 Check: structs.HealthCheck{Node: "node1", CheckID: "check1"},
387 Check: structs.HealthCheck{Node: "node1", CheckID: "check5", Status: "passing"},
395 CheckID: "check2",
404 Check: structs.HealthCheck{Node: "node1", CheckID: "check3"},
412 CheckID: "check4",
428 CheckID: "check1",
440 CheckID: "check5",
452 CheckID: "check2",
475 CheckID: "check1",
485 CheckID: "check2",
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/
H A Dtest_dnnl_threading.cpp49 void CheckID() { in CheckID() function in dnnl::test_nd_t
152 CheckID(); in TEST_P()
157 CheckID(); in TEST_P()
185 CheckID(); in TEST_P()
282 CheckID(); in TEST_P()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/consul/
H A Dcatalog_endpoint.go84 if check.CheckID == "" && check.Name != "" {
85 check.CheckID = types.CheckID(check.Name)
182 if args.CheckID != "" {
183 _, nc, err = state.NodeCheck(args.Node, args.CheckID)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/consul/
H A Dcatalog_endpoint.go98 if check.CheckID == "" && check.Name != "" {
99 check.CheckID = types.CheckID(check.Name)
159 if args.CheckID != "" {
160 _, nc, err = state.NodeCheck(args.Node, args.CheckID)
/dports/sysutils/consul/consul-1.10.3/proto/pbservice/
H A Dhealthcheck.proto27 string CheckID = 2 [(gogoproto.casttype) = "github.com/hashicorp/consul/types.CheckID"]; field
107 string CheckID = 1 [(gogoproto.casttype) = "github.com/hashicorp/consul/types.CheckID"]; field
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/
H A Dacl.go215 func (a *Agent) vetCheckUpdate(token string, checkID structs.CheckID) error { argument
225 func (a *Agent) vetCheckUpdateWithAuthorizer(authz acl.Authorizer, checkID structs.CheckID) error { argument
309 func (a *Agent) filterChecks(token string, checks *map[structs.CheckID]*structs.HealthCheck) error {
319 func (a *Agent) filterChecksWithAuthorizer(authz acl.Authorizer, checks *map[structs.CheckID]*struc…
H A Dsession_endpoint_test.go77 CheckID: "consul",
97 "Checks": []types.CheckID{"consul"},
113 Checks: []types.CheckID{"consul"},
135 CheckID: "consul",
158 "NodeChecks": []types.CheckID{structs.SerfCheckID},
195 CheckID: "consul",
214 "Checks": []types.CheckID{"consul"},
232 Checks: []types.CheckID{"consul"},
372 Checks: []types.CheckID{},
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/proto/pbservice/
H A Dhealthcheck.proto27 string CheckID = 2 [(gogoproto.casttype) = "github.com/hashicorp/consul/types.CheckID"]; field
107 string CheckID = 1 [(gogoproto.casttype) = "github.com/hashicorp/consul/types.CheckID"]; field
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/proto/pbservice/
H A Dhealthcheck.proto27 string CheckID = 2 [(gogoproto.casttype) = "github.com/hashicorp/consul/types.CheckID"]; field
104 string CheckID = 1 [(gogoproto.casttype) = "github.com/hashicorp/consul/types.CheckID"]; field
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/
H A Dacl.go230 func (a *Agent) vetCheckUpdate(token string, checkID structs.CheckID) error { argument
240 func (a *Agent) vetCheckUpdateWithAuthorizer(authz acl.Authorizer, checkID structs.CheckID) error { argument
324 func (a *Agent) filterChecks(token string, checks *map[structs.CheckID]*structs.HealthCheck) error {
334 func (a *Agent) filterChecksWithAuthorizer(authz acl.Authorizer, checks *map[structs.CheckID]*struc…
H A Dsession_endpoint_test.go76 CheckID: "consul",
96 "Checks": []types.CheckID{"consul"},
112 Checks: []types.CheckID{"consul"},
134 CheckID: "consul",
157 "NodeChecks": []types.CheckID{structs.SerfCheckID},
194 CheckID: "consul",
213 "Checks": []types.CheckID{"consul"},
231 Checks: []types.CheckID{"consul"},
371 Checks: []types.CheckID{},
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/xds/
H A Dendpoints_test.go38 CheckID: "serfHealth",
44 CheckID: "web:check",
63 CheckID: "serfHealth",
69 CheckID: "web:check",
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/
H A Dacl.go164 if existing, ok := checks[check.CheckID]; ok {
180 func (a *Agent) vetCheckUpdate(token string, checkID types.CheckID) error { argument
258 func (a *Agent) filterChecks(token string, checks *map[types.CheckID]*structs.HealthCheck) error {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/website/source/api/
H A Dhealth.html.md59 "CheckID": "serfHealth",
71 "CheckID": "service:redis",
134 "CheckID": "service:redis",
230 "CheckID": "service:redis",
241 "CheckID": "serfHealth",
321 "CheckID": "serfHealth",
332 "CheckID": "service:redis",
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/website/source/api/
H A Dhealth.html.md59 "CheckID": "serfHealth",
71 "CheckID": "service:redis",
134 "CheckID": "service:redis",
236 "CheckID": "service:redis",
247 "CheckID": "serfHealth",
327 "CheckID": "serfHealth",
338 "CheckID": "service:redis",
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/website/source/api/
H A Dhealth.html.md59 "CheckID": "serfHealth",
71 "CheckID": "service:redis",
134 "CheckID": "service:redis",
230 "CheckID": "service:redis",
241 "CheckID": "serfHealth",
321 "CheckID": "serfHealth",
332 "CheckID": "service:redis",
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl.go362 f.logger.Printf("[DEBUG] consul: dropping check %q from result due to ACLs", check.CheckID)
494 f.logger.Printf("[DEBUG] consul: dropping check %q from result due to ACLs", chk.CheckID)
738 check.Node, check.CheckID, subj.Node)
760 return fmt.Errorf("Unknown service '%s' for check '%s'", check.ServiceID, check.CheckID)
765 return fmt.Errorf("Unknown service '%s' for check '%s'", check.ServiceID, check.CheckID)
805 } else if subj.CheckID != "" {
807 return fmt.Errorf("Unknown check '%s'", subj.CheckID)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dstate_store_test.go85 nodeID string, serviceID string, checkID types.CheckID, state string) { argument
88 CheckID: checkID,
105 result.CheckID != checkID {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/structs/
H A Dstructs_test.go254 CheckID: "check1",
269 CheckID: "check1",
286 checkCheckIDField := func(field *types.CheckID) {
321 checkCheckIDField(&other.CheckID)
333 CheckID: "check1",
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/api/
H A Dcatalog_test.go486 CheckID: "service:" + service.ID,
557 CheckID: "service:redis1",
667 CheckID: "service:redis1-a",
677 CheckID: "service:redis1-b",
738 if health[0].CheckID != "service:redis1-a" {
742 if health[1].CheckID != "service:redis1-b" {
795 CheckID: "service:redis1-a",
806 CheckID: "service:redis1-b",

12345678910>>...42