Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 8004 (0.13 sec)

  1. pilot/pkg/model/sidecar_test.go

    			Name:     "http-tls",
    		},
    	}
    
    	port8000 = []*Port{
    		{
    			Name:     "uds",
    			Port:     8000,
    			Protocol: "HTTP",
    		},
    	}
    
    	port9000 = []*Port{
    		{
    			Name: "port1",
    			Port: 9000,
    		},
    	}
    
    	twoPorts = []*Port{
    		{
    			Name:     "uds",
    			Port:     8000,
    			Protocol: "HTTP",
    		},
    		{
    			Name:     "uds",
    			Port:     7000,
    			Protocol: "HTTP",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. pkg/kubelet/server/server_test.go

    		"normal port":                   {port: "8000", shouldError: false},
    		"normal port with data forward": {port: "8000", clientData: "client data", containerData: "container data", shouldError: false},
    		"max port":                      {port: "65535", shouldError: false},
    		"normal port with uid":          {port: "8000", uid: true, shouldError: false},
    	}
    
    	podNamespace := "other"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  3. pilot/pkg/model/push_context_test.go

    					ExportTo:  sets.New(visibility.Instance("namespace")),
    				},
    			},
    		},
    		serviceInstances: []*ServiceInstance{{
    			Endpoint: &IstioEndpoint{
    				Address:      "192.168.1.2",
    				EndpointPort: 8000,
    				TLSMode:      DisabledTLSModeLabel,
    			},
    		}},
    	}
    	m := mesh.DefaultMeshConfig()
    	env.Watcher = mesh.NewFixedWatcher(m)
    	env.Init()
    
    	// Init a new push context
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  4. docs/en/data/people.yml

      avatarUrl: https://avatars.githubusercontent.com/u/5901894?u=cdbca6296ac4cdcdf6945c112a1ce8d5342839ea&v=4
      url: https://github.com/JoshYuJump
    - login: alex-pobeditel-2004
      count: 5
      avatarUrl: https://avatars.githubusercontent.com/u/14791483?v=4
      url: https://github.com/alex-pobeditel-2004
    - login: shashstormer
      count: 5
      avatarUrl: https://avatars.githubusercontent.com/u/90090313?v=4
      url: https://github.com/shashstormer
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:09:53 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. pkg/kubelet/stats/cri_stats_provider_test.go

    	seedMisc       = 300
    	seedSandbox0   = 1000
    	seedContainer0 = 2000
    	seedSandbox1   = 3000
    	seedContainer1 = 4000
    	seedContainer2 = 5000
    	seedSandbox2   = 6000
    	seedContainer3 = 7000
    	seedSandbox3   = 8000
    )
    
    const (
    	pName0 = "pod0"
    	pName1 = "pod1"
    	pName2 = "pod2"
    )
    
    const (
    	cName0 = "container0-name"
    	cName1 = "container1-name"
    	cName2 = "container2-name"
    	cName3 = "container3-name"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    	}
    	pod1 := makePod(map[string]string{"foo": "true", "bar": "true"}, "1001")
    	pod2 := makePod(map[string]string{"foo": "true"}, "1002")
    	pod3 := makePod(map[string]string{}, "1003")
    	pod4 := makePod(map[string]string{}, "1004")
    	pod1DeletedAt2 := pod1.DeepCopyObject().(*examplev1.Pod)
    	pod1DeletedAt2.ResourceVersion = "1002"
    	pod2DeletedAt3 := pod2.DeepCopyObject().(*examplev1.Pod)
    	pod2DeletedAt3.ResourceVersion = "1003"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
Back to top