Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for propFilename (0.17 sec)

  1. pkg/scheduler/framework/interface.go

    	HasScorePlugins() bool
    
    	// ListPlugins returns a map of extension point name to list of configured Plugins.
    	ListPlugins() *config.Plugins
    
    	// ProfileName returns the profile name associated to a profile.
    	ProfileName() string
    
    	// PercentageOfNodesToScore returns percentageOfNodesToScore associated to a profile.
    	PercentageOfNodesToScore() *int32
    
    	// SetPodNominator sets the PodNominator
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  2. pkg/scheduler/scheduler_test.go

    					!actualPodNamesInWaitingPods.HasAll(tc.expectPodNamesInWaitingPods...) {
    					t.Fatalf("Unexpected waitingPods in scheduler profile %s, expect: %#v, got: %#v", fwk.ProfileName(), tc.expectPodNamesInWaitingPods, actualPodNamesInWaitingPods.List())
    				}
    			}
    		})
    	}
    }
    
    var _ framework.QueueSortPlugin = &fakeQueueSortPlugin{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 42K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

    * Update jquery and bootstrap dependencies ([#56445](https://github.com/kubernetes/kubernetes/pull/56445), [@dashpole](https://github.com/dashpole))
    * Fix CRI localhost seccomp path in format localhost//profileRoot/profileName. ([#55450](https://github.com/kubernetes/kubernetes/pull/55450), [@feiskyer](https://github.com/feiskyer))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top