Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CustomSort (0.1 sec)

  1. pkg/scheduler/apis/config/validation/validation_test.go

    			Name: "PrioritySort",
    		}},
    	}, {
    		SchedulerName: "other",
    		Plugins: &config.Plugins{
    			QueueSort: config.PluginSet{
    				Enabled: []config.Plugin{{Name: "CustomSort"}},
    			},
    		},
    		PluginConfig: []config.PluginConfig{{
    			Name: "CustomSort",
    		}},
    	}}
    
    	extenderDuplicateManagedResource := validConfig.DeepCopy()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 06:27:01 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/network_test.go

    }
    
    // creates a gateway that exposes 2 ports that are valid auto-passthrough ports
    // and it does so on an IP and a hostname
    func addOrUpdateGatewayResource(t *testing.T, c *FakeController, customPort int) {
    	passthroughMode := k8sv1.TLSModePassthrough
    	ipType := v1beta1.IPAddressType
    	hostnameType := v1beta1.HostnameAddressType
    	clienttest.Wrap(t, kclient.New[*v1beta1.Gateway](c.client)).CreateOrUpdate(&v1beta1.Gateway{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top