mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-05 07:26:56 +00:00
remove comments on Make.+()
This commit is contained in:
@@ -28,7 +28,6 @@ type RandomScheduler struct {
|
||||
random *rand.Rand
|
||||
}
|
||||
|
||||
// MakeRandomScheduler creates a new RandomScheduler instance.
|
||||
func MakeRandomScheduler(random *rand.Rand) Scheduler {
|
||||
return &RandomScheduler{
|
||||
random: random,
|
||||
|
||||
Reference in New Issue
Block a user