Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 65 for vservices (0.24 sec)

  1. src/main/assemblies/files/fess-service-x64.exe

    Kaoru FUZITA <******@****.***> 1449825322 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Dec 11 09:15:22 UTC 2015
    - 101.5K bytes
    - Viewed (0)
  2. src/main/assemblies/files/fess-service-mgr.exe

    Matsutani Kenji <******@****.***> 1477575947 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Oct 27 13:45:47 UTC 2016
    - 102K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-service-dashboard.json

            "includeAll": true,
            "label": "Service Workload Cluster",
            "multi": true,
            "name": "dstcluster",
            "options": [],
            "query": "query_result(sum(istio_requests_total{reporter=\"destination\", destination_service=\"$service\"}) by (destination_cluster) or sum(istio_tcp_sent_bytes_total{reporter=\"destination\", destination_service=~\"$service\"}) by (destination_cluster))",
            "refresh": 1,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier_test.go

    			}}
    		}),
    	)
    	fp.syncProxyRules()
    
    	// check ipvs service and destinations
    	services, err := ipvs.GetVirtualServers()
    	if err != nil {
    		t.Errorf("Failed to get ipvs services, err: %v", err)
    	}
    	if len(services) != 2 {
    		t.Errorf("Expect 2 ipvs services, got %d", len(services))
    	}
    	found := false
    	for _, svc := range services {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/proxier_test.go

    		add element ip kube-proxy service-ips { 172.30.0.41 . tcp . 80 : goto service-ULMVA6XW-ns1/svc1/tcp/p80 }
    		add element ip kube-proxy service-ips { 172.30.0.42 . tcp . 8080 : goto service-MHHHYRWA-ns2/svc2/tcp/p8080 }
    		add element ip kube-proxy service-ips { 172.30.0.43 . tcp . 80 : goto service-4AT6LBPK-ns3/svc3/tcp/p80 }
    
    		add chain ip kube-proxy service-ULMVA6XW-ns1/svc1/tcp/p80
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    financial
    
    // fire : 2015-06-25 Amazon Registry Services, Inc.
    fire
    
    // firestone : 2014-12-18 Bridgestone Licensing Services, Inc
    firestone
    
    // firmdale : 2014-03-27 Firmdale Holdings Limited
    firmdale
    
    // fish : 2013-12-12 Binky Moon, LLC
    fish
    
    // fishing : 2013-11-21 Registry Services, LLC
    fishing
    
    // fit : 2014-11-07 Registry Services, LLC
    fit
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (1)
  7. pilot/pkg/networking/core/cluster_test.go

    		},
    		{
    			name:          "service port is removed",
    			services:      []*model.Service{testService1},
    			configUpdated: sets.New(model.ConfigKey{Kind: kind.ServiceEntry, Name: "test.com", Namespace: TestServiceNamespace}),
    			instances: []*model.ServiceInstance{{
    				Service:     testService1,
    				ServicePort: &model.Port{Port: 8080},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                    _ARETURN();
                }});
            }
    
            private void generateServiceRegistrySupport() {
                // GENERATE private transient ServiceLookup services;
                // GENERATE if (services != null) { return services; } else { return AsmBackedClassGenerator.getServicesForNext(); }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_pods.go

    		return m, nil
    	}
    	services, err := kl.serviceLister.List(labels.Everything())
    	if err != nil {
    		return m, fmt.Errorf("failed to list services when setting up env vars")
    	}
    
    	// project the services in namespace ns onto the master services
    	for i := range services {
    		service := services[i]
    		// ignore services where ClusterIP is "None" or empty
    		if !v1helper.IsServiceIPSet(service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  10. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/arc/deployment/pom.xml
    	quarkus/extensions/datasource/common/pom.xml
    quarkus/extensions/kubernetes-service-binding/deployment/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/kubernetes-service-binding/runtime/pom.xml
    	quarkus/extensions/kubernetes-service-binding/spi/pom.xml
    	quarkus/extensions/kubernetes/spi/pom.xml
    quarkus/extensions/elytron-security-oauth2/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
Back to top