Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 77 for ep (0.05 sec)

  1. pkg/kubelet/stats/cri_stats_provider_windows_test.go

    				Name:             stat.EndpointId,
    				Id:               stat.EndpointId,
    				SharedContainers: []string{c.container.ID},
    			}
    		}
    	}
    
    	eps := []hcsshim.HNSEndpoint{}
    	for _, ep := range uniqueEndpoints {
    		eps = append(eps, *ep)
    	}
    
    	return eps, nil
    }
    
    func Test_criStatsProvider_listContainerNetworkStats(t *testing.T) {
    	fakeClock := testingclock.NewFakeClock(time.Time{})
    	tests := []struct {
    		name    string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 17 00:02:10 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. pkg/config/mesh/mesh_test.go

    	gotY, err := protomarshal.ToYAML(got)
    	t.Log("Result: \n", gotY, err)
    }
    
    func getExtensionProviders(eps []*meshconfig.MeshConfig_ExtensionProvider) []string {
    	got := []string{}
    	for _, ep := range eps {
    		got = append(got, ep.Name)
    	}
    	return got
    }
    
    func TestDeepMerge(t *testing.T) {
    	cases := []struct {
    		name string
    		in   string
    		out  string
    	}{
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. pkg/proxy/topology_test.go

    	var errs []error
    
    	expectedCopy := sets.New[string](expected.UnsortedList()...)
    	for _, ep := range actual {
    		if !expectedCopy.Has(ep.String()) {
    			errs = append(errs, fmt.Errorf("unexpected endpoint %v", ep))
    		}
    		expectedCopy.Delete(ep.String())
    	}
    	if len(expectedCopy) > 0 {
    		errs = append(errs, fmt.Errorf("missing endpoints %v", expectedCopy.UnsortedList()))
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  4. cmd/notification.go

    	for _, pool := range endpoints {
    		for _, ep := range pool.Endpoints {
    			if offlineHost == "" && ep.IsLocal || offlineHost == ep.Host {
    				offlineDisks = append(offlineDisks, madmin.Disk{
    					Endpoint:  ep.String(),
    					State:     string(madmin.ItemOffline),
    					PoolIndex: ep.PoolIdx,
    					SetIndex:  ep.SetIdx,
    					DiskIndex: ep.DiskIdx,
    				})
    			}
    		}
    	}
    	return offlineDisks
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 44.9K bytes
    - Viewed (0)
  5. pilot/pkg/xds/ads_test.go

    	retry.UntilSuccessOrFail(t, func() error {
    		found := false
    		for _, ep := range ads.GetEndpoints()["outbound|80||foo.com"].Endpoints {
    			if ep.Priority == 1 {
    				found = true
    			}
    		}
    		if !found {
    			return fmt.Errorf("locality did not update")
    		}
    		return nil
    	}, retry.Timeout(time.Second*5))
    
    	ads.WaitClear()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  6. pkg/testcerts/testcerts.go

    a8okRAx6XGDL4mmaXANwM63L5buRTnYoEla/0jYfYlgLnwee8yxElSfVJtXFaCJ3
    GelAuOYQVqc7+cQoZgoEzjoZOr2YHue7MHR4g7P4t+Vl6CsuuPfv5a5RZVFKk/PK
    BOgTUnfENTnuV730Gibh6cVTddAHxGQ3Wh0pjDPGOTB5QI85GxDBJcYEm0wdYqeq
    eP/FFnS7G+tK4b+iKp6cAvNjKx2z3lVsHAQ39SSJK8Eg9M8Jj63K0wM0YD8KYI5R
    8QfXhYIx1LnUGQ5M6BrLAgAOj/5bp4m60QqPEJIet1/6ByhqTq54fp+8twZO8uj7
    CuHtHlYj72FMF/Q76Q9gyrDfC6Bt3FJyPTyCSKAXlv42g1NJ3GhEIWjrXHJPxfrh
    8da8wNayiQo+u6TMKIsh9JFLMyNBxo+gyw==
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 08 16:24:03 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/pod.go

    		return
    	}
    	// fire instance handles for workload
    	ep := pc.c.NewEndpointBuilder(pod).buildIstioEndpoint(pod.Status.PodIP, 0, "", model.AlwaysDiscoverable, model.Healthy)
    	workloadInstance := &model.WorkloadInstance{
    		Name:      pod.Name,
    		Namespace: pod.Namespace,
    		Kind:      model.PodKind,
    		Endpoint:  ep,
    		PortMap:   getPortMap(pod),
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  8. api/discovery/api__v1.json

            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "Endpoints",
          "name": "endpoints",
          "namespaced": true,
          "shortNames": [
            "ep"
          ],
          "singularName": "endpoints",
          "storageVersionHash": "fWeeMqaN/OA=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  9. pilot/test/xdstest/extract.go

    func ExtractHealthEndpoints(cla *endpoint.ClusterLoadAssignment) ([]string, []string) {
    	if cla == nil {
    		return nil, nil
    	}
    	healthy := []string{}
    	unhealthy := []string{}
    	for _, ep := range cla.Endpoints {
    		for _, lb := range ep.LbEndpoints {
    			var addrString string
    			switch lb.GetEndpoint().GetAddress().Address.(type) {
    			case *core.Address_SocketAddress:
    				addrString = fmt.Sprintf("%s:%d",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 19 22:42:42 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  10. cmd/global-heal.go

    	if !ok {
    		return madmin.BgHealState{}, false
    	}
    
    	status := madmin.BgHealState{
    		ScannedItemsCount: bgSeq.getScannedItemsCount(),
    	}
    
    	healDisksMap := map[string]struct{}{}
    	for _, ep := range getLocalDisksToHeal() {
    		healDisksMap[ep.String()] = struct{}{}
    	}
    
    	if o == nil {
    		healing := globalBackgroundHealState.getLocalHealingDisks()
    		for _, disk := range healing {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 31 14:48:50 UTC 2024
    - 15.1K bytes
    - Viewed (0)
Back to top