Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 97 for knight (0.13 sec)

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

    					{
    						Destination: &networking.Destination{
    							// Subset: "some-subset",
    							Host: "example.org",
    							Port: &networking.PortSelector{
    								Number: 61,
    							},
    						},
    						Weight: 100,
    					},
    				},
    			},
    		},
    	}
    	virtualServiceSpec2 := &networking.VirtualService{
    		Hosts:    []string{"test-private-2.com"},
    		Gateways: []string{"mesh"},
    		Http: []*networking.HTTPRoute{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/conversion.go

    		// We don't have a great way to do it. TODO: add a fault injection API for TCP?
    		return &istio.TCPRoute{
    			Route: []*istio.RouteDestination{{
    				Destination: &istio.Destination{
    					Host:   "internal.cluster.local",
    					Subset: "zero-weight",
    					Port:   &istio.PortSelector{Number: 65535},
    				},
    				Weight: 0,
    			}},
    		}, nil
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  3. src/encoding/xml/marshal_test.go

    			`<name>Zaphod</name>` +
    			`<name>Beeblebrox</name>` +
    			`<weight>7.25</weight>` +
    			`</passenger>` +
    			`<passenger>` +
    			`<name>Trisha</name>` +
    			`<name>McMillen</name>` +
    			`<weight>5.5</weight>` +
    			`</passenger>` +
    			`<passenger>` +
    			`<name>Ford</name>` +
    			`<name>Prefect</name>` +
    			`<weight>7</weight>` +
    			`</passenger>` +
    			`<passenger>` +
    			`<name>Arthur</name>` +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    	{Name: string(v1.ResourceCPU), Weight: 1},
    	{Name: string(v1.ResourceMemory), Weight: 1},
    	{Name: string(v1.ResourcePods), Weight: 1},
    	{Name: string(v1.ResourceStorage), Weight: 1},
    	{Name: string(v1.ResourceEphemeralStorage), Weight: 1},
    	{Name: string(extendedResourceA), Weight: 1},
    	{Name: string(extendedResourceB), Weight: 1},
    	{Name: string(kubernetesIOResourceA), Weight: 1},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  5. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    				'.jstree li { display:block; min-height:18px; line-height:18px; white-space:nowrap; margin-left:18px; min-width:18px; } ' +
    				'.jstree-rtl li { margin-left:0; margin-right:18px; } ' +
    				'.jstree > ul > li { margin-left:0px; } ' +
    				'.jstree-rtl > ul > li { margin-right:0px; } ' +
    				'.jstree ins { display:inline-block; text-decoration:none; width:18px; height:18px; margin:0 0 0 0; padding:0; } ' +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top