Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for serviceOf (0.15 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  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. cmd/object-handlers.go

    			return
    		}
    
    	case authTypePresigned, authTypeSigned:
    		if s3Err = reqSignatureV4Verify(r, globalSite.Region(), serviceS3); s3Err != ErrNone {
    			writeErrorResponse(ctx, w, errorCodes.ToAPIErr(s3Err), r.URL)
    			return
    		}
    		if !skipContentSha256Cksum(r) {
    			sha256hex = getContentSha256Cksum(r, serviceS3)
    		}
    	}
    
    	if _, ok := r.Header[xhttp.MinIOSourceReplicationCheck]; ok {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
Back to top