Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 642 for endpoints1 (0.17 sec)

  1. pkg/kubelet/stats/cri_stats_provider_windows.go

    			continue
    		}
    
    		// only add the interface for each container if not already in the list
    		for _, cId := range endpoint.SharedContainers {
    			networkStat, found := networkStats[cId]
    			if found && networkStat.Name != endpoint.Name {
    				iStat := hcsStatToInterfaceStat(endpointStats, endpoint.Name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 07:03:11 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. pilot/pkg/xds/endpoints/endpoint_builder.go

    		healthStatus = model.Draining
    	}
    
    	ep := &endpoint.LbEndpoint{
    		HealthStatus: corev3.HealthStatus(healthStatus),
    		LoadBalancingWeight: &wrapperspb.UInt32Value{
    			Value: e.GetLoadBalancingWeight(),
    		},
    		HostIdentifier: &endpoint.LbEndpoint_Endpoint{
    			Endpoint: &endpoint.Endpoint{
    				Address: addr,
    			},
    		},
    		Metadata: &corev3.Metadata{},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                      traffic that goes from a workload endpoint to the host itself (after
                      the traffic hits the endpoint egress policy). By default Calico
                      blocks traffic from workload endpoints to the host itself with an
                      iptables "DROP" action. If you want to allow some or all traffic
                      from endpoint to host, set this parameter to RETURN or ACCEPT. Use
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. pkg/controller/endpoint/endpoints_controller_test.go

    				},
    			}
    			endpoints.serviceStore.Add(service)
    			endpoints.onServiceUpdate(service)
    			endpoints.podsSynced = test.podsSynced
    			endpoints.servicesSynced = test.servicesSynced
    			endpoints.endpointsSynced = test.endpointsSynced
    			endpoints.workerLoopPeriod = 10 * time.Millisecond
    			go endpoints.Run(tCtx, 1)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  5. pkg/proxy/healthcheck/healthcheck_test.go

    	}
    	if hcs.services[nsn1].endpoints != 0 {
    		t.Errorf("expected 0 endpoints, got %d", hcs.services[nsn1].endpoints)
    	}
    	if hcs.services[nsn2].endpoints != 0 {
    		t.Errorf("expected 0 endpoints, got %d", hcs.services[nsn2].endpoints)
    	}
    	if hcs.services[nsn3].endpoints != 0 {
    		t.Errorf("expected 0 endpoints, got %d", hcs.services[nsn3].endpoints)
    	}
    	if len(listener.openPorts) != 3 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  6. pkg/controller/endpointslicemirroring/endpointslicemirroring_controller.go

    // onEndpointsAdd queues a sync for the relevant Endpoints resource.
    func (c *Controller) onEndpointsAdd(logger klog.Logger, obj interface{}) {
    	endpoints := obj.(*v1.Endpoints)
    	if endpoints == nil {
    		utilruntime.HandleError(fmt.Errorf("onEndpointsAdd() expected type v1.Endpoints, got %T", obj))
    		return
    	}
    	if !c.shouldMirror(endpoints) {
    		logger.V(5).Info("Skipping mirroring", "endpoints", klog.KObj(endpoints))
    		return
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 23:18:31 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  7. pkg/proxy/topology_test.go

    		serviceInfo: &BaseServicePortInfo{},
    		endpoints: []Endpoint{
    			&BaseEndpointInfo{endpoint: "10.0.0.0:80", ready: false},
    			&BaseEndpointInfo{endpoint: "10.0.0.1:80", ready: false},
    		},
    		clusterEndpoints: sets.New[string](),
    		localEndpoints:   nil,
    	}, {
    		name:        "Cluster traffic policy, some endpoints are Ready",
    		serviceInfo: &BaseServicePortInfo{},
    		endpoints: []Endpoint{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/util/etcd/etcd_test.go

    type fakeEtcdClient struct {
    	members   []*pb.Member
    	endpoints []string
    }
    
    // Close shuts down the client's etcd connections.
    func (f *fakeEtcdClient) Close() error {
    	f.members = []*pb.Member{}
    	return nil
    }
    
    // Endpoints lists the registered endpoints for the client.
    func (f *fakeEtcdClient) Endpoints() []string {
    	return f.endpoints
    }
    
    // MemberList lists the current cluster membership.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  9. pilot/pkg/xds/endpoints/ep_filters.go

    					ClusterID: gw.Cluster,
    				},
    				Labels: labelutil.AugmentLabels(nil, gw.Cluster, "", "", gw.Network),
    			}
    
    			// Generate the EDS endpoint for this gateway.
    			gwEp := &endpoint.LbEndpoint{
    				HostIdentifier: &endpoint.LbEndpoint_Endpoint{
    					Endpoint: &endpoint.Endpoint{
    						Address: epAddr,
    					},
    				},
    				LoadBalancingWeight: &wrappers.UInt32Value{
    					Value: epWeight,
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/serviceentry/controller.go

    	}
    	s.mutex.RUnlock()
    
    	if len(allInstances) > 0 {
    		endpoints = make(map[instancesKey][]*model.IstioEndpoint)
    		for _, instance := range allInstances {
    			key := makeInstanceKey(instance)
    			endpoints[key] = append(endpoints[key], instance.Endpoint)
    		}
    
    	}
    	return endpoints
    }
    
    // GetProxyServiceTargets lists service targets co-located with a given proxy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 36.8K bytes
    - Viewed (0)
Back to top