Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 117 for 100xi1 (0.33 sec)

  1. src/cmd/compile/internal/ssa/poset_test.go

    		{Ordered_Fail, 123, 124},
    
    		// Dag #0: 100<101
    		{Checkpoint, 0, 0},
    		{SetOrder, 100, 101},
    		{Ordered, 100, 101},
    		{Ordered_Fail, 101, 100},
    		{SetOrder_Fail, 101, 100},
    		{SetOrder, 100, 101}, // repeat
    		{NonEqual, 100, 101},
    		{NonEqual, 101, 100},
    		{SetEqual_Fail, 100, 101},
    
    		// Dag #1: 4<=7<12
    		{Checkpoint, 0, 0},
    		{SetOrderOrEqual, 4, 7},
    		{OrderedOrEqual, 4, 7},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Oct 26 07:52:35 UTC 2019
    - 18.1K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/graceful_termination_test.go

    			vs: &utilipvs.VirtualServer{
    				Address:  netutils.ParseIPSloppy("1.1.1.1"),
    				Protocol: "tcp",
    				Port:     uint16(80),
    			},
    			rs: &utilipvs.RealServer{
    				Address:      netutils.ParseIPSloppy("10.0.0.1"),
    				Port:         uint16(80),
    				Weight:       100,
    				ActiveConn:   0,
    				InactiveConn: 0,
    			},
    			existingIPVS: &utilipvstest.FakeIPVS{
    				Services: map[utilipvstest.ServiceKey]*utilipvs.VirtualServer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 11K bytes
    - Viewed (0)
  3. pkg/api/pod/warnings_test.go

    						{ContainerPort: 80, Protocol: api.ProtocolUDP, HostIP: "10.0.0.1"},
    					},
    				}},
    			}},
    			expected: []string{
    				`spec.containers[0].ports[1]: overlapping port definition with spec.containers[0].ports[0]`,
    				`spec.containers[0].ports[1]: hostIP set without hostPort: {Name: HostPort:0 ContainerPort:80 Protocol:UDP HostIP:10.0.0.1}`,
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  4. hack/testdata/kubernetes-service.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: kubernetes
      namespace: default
    spec:
      clusterIP: 10.0.0.1
      ports:
      - name: https
        port: 443
        protocol: TCP
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 04 19:17:05 UTC 2017
    - 184 bytes
    - Viewed (0)
  5. pkg/controller/endpointslice/endpointslice_controller_test.go

    					Spec: v1.PodSpec{
    						Containers: []v1.Container{{
    							Name: "container-1",
    						}},
    						NodeName: "node-1",
    					},
    					Status: v1.PodStatus{
    						PodIP: "10.0.0.1",
    						PodIPs: []v1.PodIP{{
    							IP: "10.0.0.1",
    						}},
    						Conditions: []v1.PodCondition{
    							{
    								Type:   v1.PodReady,
    								Status: v1.ConditionTrue,
    							},
    						},
    					},
    				},
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  6. pkg/proxy/winkernel/proxier_test.go

    	fakehcn "k8s.io/kubernetes/pkg/proxy/winkernel/testing"
    	netutils "k8s.io/utils/net"
    	"k8s.io/utils/ptr"
    )
    
    const (
    	testHostName      = "test-hostname"
    	testNetwork       = "TestNetwork"
    	ipAddress         = "10.0.0.1"
    	prefixLen         = 24
    	macAddress        = "00-11-22-33-44-55"
    	destinationPrefix = "192.168.2.0/24"
    	providerAddress   = "10.0.0.3"
    	guid              = "123ABC"
    	endpointGuid1     = "EPID-1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 28 14:30:51 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  7. pkg/kubelet/network/dns/dns_test.go

    			dnsConfig: &v1.PodDNSConfig{
    				Nameservers: []string{"10.0.0.11"},
    				Searches:    []string{"my.domain"},
    				Options: []v1.PodDNSConfigOption{
    					{Name: "ndots", Value: &testNdotsOptionValue},
    					{Name: "debug"},
    				},
    			},
    			expectedDNSConfig: &runtimeapi.DNSConfig{
    				Servers:  []string{testClusterNameserver, "10.0.0.11"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  8. tests/testdata/networking/envoyfilter-without-service/configs.yaml

        - http1.ns1.svc.cluster.local
      addresses:
        - 2.1.1.1
      ports:
        - number: 8081
          name: http
          protocol: HTTP2
      location: MESH_INTERNAL
      resolution: STATIC
      endpoints:
        - address: 100.1.1.1
          labels:
            version: v1
          ports:
            http: 8080
    ---
    # The sidecar for the consumer only application
    apiVersion: networking.istio.io/v1alpha3
    kind: EnvoyFilter
    metadata:
      name: test-lua
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 13 16:44:49 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  9. samples/addons/loki.yaml

        spec:
          serviceAccountName: loki
          automountServiceAccountToken: true
          enableServiceLinks: true
          
          securityContext:
            fsGroup: 10001
            runAsGroup: 10001
            runAsNonRoot: true
            runAsUser: 10001
          terminationGracePeriodSeconds: 30
          containers:
            - name: loki
              image: docker.io/grafana/loki:3.0.0
              imagePullPolicy: IfNotPresent
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  10. pkg/registry/core/node/storage/storage_test.go

    		node:  newNode("node0", setNodeIPAddress("10.0.0.1")),
    		query: "node0",
    		host:  "10.0.0.1:10250",
    	}, {
    		name:  "proxyable hostname with kubelet port in query",
    		node:  newNode("node0", setNodeIPAddress("10.0.0.1")),
    		query: "node0:5000",
    		host:  "10.0.0.1:5000",
    	}, {
    		name:  "proxyable hostname with kubelet port in status",
    		node:  newNode("node0", setNodeIPAddress("10.0.0.1"), setNodeDaemonEndpoint(5000)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 01 12:49:38 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top