Home
last modified time | relevance | path

Searched refs:serviceInstances (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/pilot/pkg/serviceregistry/consul/
H A Dcontroller.go40 serviceInstances map[string][]*model.ServiceInstance //key hostname value serviceInstance array member
144 if serviceInstances, ok := c.serviceInstances[name]; ok {
146 for _, instance := range serviceInstances {
173 for _, instances := range c.serviceInstances {
200 for _, instances := range c.serviceInstances {
259 c.serviceInstances = make(map[string][]*model.ServiceInstance)
279 c.serviceInstances[serviceName] = instances
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/
H A DctkServiceReference_p.cpp95 registration->serviceInstances.insert(plugin, s); in getService()
107 s = registration->serviceInstances.value(plugin); in getService()
150 QObject* sfi = registration->serviceInstances[plugin]; in ungetService()
151 registration->serviceInstances.remove(plugin); in ungetService()
H A DctkServiceRegistration.cpp183 … for (QHashIterator<QSharedPointer<ctkPlugin>, QObject*> i(d->serviceInstances); i.hasNext();) in unregister()
203 d->serviceInstances.clear(); in unregister()
H A DctkServiceRegistration_p.h89 QHash<QSharedPointer<ctkPlugin>, QObject*> serviceInstances; variable
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/tests/acceptance/dc/nodes/
H A Dshow.feature15 When I click serviceInstances on the tabs
38 When I click serviceInstances on the tabs
45 …Scenario: Given 1 node with no checks all the tabs are visible but the serviceInstances tab is sel…
57 And I see serviceInstances on the tabs
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/tests/acceptance/dc/nodes/
H A Dshow.feature15 When I click serviceInstances on the tabs
38 When I click serviceInstances on the tabs
45 …Scenario: Given 1 node with no checks all the tabs are visible but the serviceInstances tab is sel…
57 And I see serviceInstances on the tabs
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/tests/acceptance/dc/nodes/
H A Dshow.feature15 When I click serviceInstances on the tabs
38 When I click serviceInstances on the tabs
45 …Scenario: Given 1 node with no checks all the tabs are visible but the serviceInstances tab is sel…
57 And I see serviceInstances on the tabs
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/ui-v2/tests/acceptance/dc/nodes/
H A Dshow.feature14 When I click serviceInstances on the tabs
37 When I click serviceInstances on the tabs
44 …Scenario: Given 1 node with no checks all the tabs are visible but the serviceInstances tab is sel…
56 And I see serviceInstances on the tabs
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dusage.go227 serviceInstances, err := firstUsageEntry(tx, tableServices)
238 ServiceInstances: serviceInstances.Count,
246 return serviceInstances.Index, results, nil
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dusage.go227 serviceInstances, err := firstUsageEntry(tx, tableServices)
238 ServiceInstances: serviceInstances.Count,
246 return serviceInstances.Index, results, nil
/dports/sysutils/consul/consul-1.10.3/agent/consul/state/
H A Dusage.go236 serviceInstances, err := firstUsageEntry(tx, tableServices)
247 ServiceInstances: serviceInstances.Count,
255 return serviceInstances.Index, results, nil
/dports/devel/php-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DServerTemplates.java233 java.util.List<ServiceInstance> serviceInstances = findServiceInstances(p); in update() local
234 for(ServiceInstance q : serviceInstances) in update()
H A DNode.java911 java.util.List<ServiceInstance> serviceInstances = findServiceInstances(p);
912 for(ServiceInstance q : serviceInstances)
/dports/devel/ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DServerTemplates.java233 java.util.List<ServiceInstance> serviceInstances = findServiceInstances(p); in update() local
234 for(ServiceInstance q : serviceInstances) in update()
H A DNode.java911 java.util.List<ServiceInstance> serviceInstances = findServiceInstances(p);
912 for(ServiceInstance q : serviceInstances)
/dports/devel/py-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DServerTemplates.java233 java.util.List<ServiceInstance> serviceInstances = findServiceInstances(p); in update() local
234 for(ServiceInstance q : serviceInstances) in update()
H A DNode.java911 java.util.List<ServiceInstance> serviceInstances = findServiceInstances(p);
912 for(ServiceInstance q : serviceInstances)
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/tests/acceptance/dc/nodes/services/
H A Dlist.feature39 When I click serviceInstances on the tabs
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/ui-v2/tests/acceptance/dc/nodes/services/
H A Dlist.feature39 When I click serviceInstances on the tabs
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/tests/acceptance/dc/nodes/services/
H A Dlist.feature39 When I click serviceInstances on the tabs
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/tests/acceptance/dc/nodes/services/
H A Dlist.feature39 When I click serviceInstances on the tabs
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/serviceregistry/kube/controller/
H A Dcontroller_test.go520 serviceInstances, err := controller.GetProxyServiceInstances(&svcNode)
525 if len(serviceInstances) != 1 {
526 t.Fatalf("GetProxyServiceInstances() expected 1 instance, got %d", len(serviceInstances))
530 if serviceInstances[0].Service.Hostname != hostname {
532 serviceInstances[0].Service.Hostname, hostname)
855serviceInstances, err := controller.GetProxyServiceInstances(&model.Proxy{Metadata: &model.NodeMet…
859 if len(serviceInstances) != c.wantNum {
860 …ServiceInstances() returned wrong # of endpoints => %d, want %d", len(serviceInstances), c.wantNum)
/dports/devel/awscli/awscli-1.20.61/awscli/examples/proton/
H A Dlist-service-instances.rst10 "serviceInstances": [
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/ui-v2/tests/acceptance/components/
H A Dcatalog-filter.feature93 When I click serviceInstances on the tabs