Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for disovery (0.2 sec)

  1. pilot/pkg/networking/core/cluster_builder_test.go

    	cases := []struct {
    		name            string
    		clusterName     string
    		discovery       cluster.Cluster_DiscoveryType
    		endpoints       []*endpoint.LocalityLbEndpoints
    		direction       model.TrafficDirection
    		external        bool
    		expectedCluster *cluster.Cluster
    	}{
    		{
    			name:        "default EDS cluster",
    			clusterName: "foo",
    			discovery:   cluster.Cluster_EDS,
    			endpoints:   nil,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers_test.go

    	tests := []struct {
    		endpointSlice discovery.EndpointSlice
    		expected      []metav1.TableRow
    	}{
    		{
    			endpointSlice: discovery.EndpointSlice{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "abcslice.123",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    				},
    				AddressType: discovery.AddressTypeIPv4,
    				Ports: []discovery.EndpointPort{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers.go

    	certificatesv1alpha1 "k8s.io/api/certificates/v1alpha1"
    	certificatesv1beta1 "k8s.io/api/certificates/v1beta1"
    	coordinationv1 "k8s.io/api/coordination/v1"
    	apiv1 "k8s.io/api/core/v1"
    	discoveryv1beta1 "k8s.io/api/discovery/v1beta1"
    	extensionsv1beta1 "k8s.io/api/extensions/v1beta1"
    	flowcontrolv1 "k8s.io/api/flowcontrol/v1"
    	networkingv1alpha1 "k8s.io/api/networking/v1alpha1"
    	rbacv1beta1 "k8s.io/api/rbac/v1beta1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  4. samples/addons/grafana.yaml

    source":{"type":"prometheus","uid":"${datasource}"},"expr":"sum(container_memory_working_set_bytes{container=~\"discovery|istio-proxy\", pod=~\"istiod-.*\"})","format":"time_series","hide":false,"intervalFactor":2,"legendFormat":"Total (k8s)","refId":"C","step":2},{"datasource":{"type":"prometheus","uid":"${datasource}"},"expr":"container_memory_working_set_bytes{container=~\"discovery|istio-proxy\", pod=~\"istiod-.*\"}","format":"time_series","hide":false,"intervalFactor":2,"legendFormat":"{{ container...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/cluster_test.go

    		expectedLbPolicy                   cluster.Cluster_LbPolicy
    		expectedLocalityWeightedConfig     bool
    		expectClusterLoadAssignmenttoBeNil bool
    	}{
    		{
    			name:             "ORIGINAL_DST discovery type is a no op",
    			discoveryType:    cluster.Cluster_ORIGINAL_DST,
    			expectedLbPolicy: cluster.Cluster_CLUSTER_PROVIDED,
    		},
    		{
    			name:             "redis protocol",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  6. src/runtime/proc.go

    		if gp != nil {
    			// Successfully stole.
    			return gp, inheritTime, false
    		}
    		if newWork {
    			// There may be new timer or GC work; restart to
    			// discover.
    			goto top
    		}
    
    		now = tnow
    		if w != 0 && (pollUntil == 0 || w < pollUntil) {
    			// Earlier timer to wait for.
    			pollUntil = w
    		}
    	}
    
    	// We have nothing to do.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  7. src/cmd/go/alldocs.go

    //
    // For code hosted on other servers, import paths may either be qualified
    // with the version control type, or the go tool can dynamically fetch
    // the import path over https/http and discover where the code resides
    // from a <meta> tag in the HTML.
    //
    // To declare the code location, an import path of the form
    //
    //	repository.vcs/path
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top