Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OutOfTreePlugin (0.15 sec)

  1. pkg/scheduler/apis/config/scheme/scheme_test.go

    kind: KubeSchedulerConfiguration
    profiles:
    - pluginConfig:
      - name: OutOfTreePlugin
        args:
          foo: bar
    `),
    			wantProfiles: []config.KubeSchedulerProfile{
    				{
    					SchedulerName: "default-scheduler",
    					Plugins:       defaults.PluginsV1,
    					PluginConfig: append([]config.PluginConfig{
    						{
    							Name: "OutOfTreePlugin",
    							Args: &runtime.Unknown{
    								ContentType: "application/json",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 13 07:42:19 UTC 2023
    - 22.2K bytes
    - Viewed (0)
Back to top