Commit 3aa35e19 authored by Eric Tune's avatar Eric Tune

Fix typo.

parent 4c5a7e59
...@@ -145,7 +145,7 @@ func parseSelectorOrDie(s string) labels.Selector { ...@@ -145,7 +145,7 @@ func parseSelectorOrDie(s string) labels.Selector {
return selector return selector
} }
// createUnassignedPodLW returns a listWatch that finds all pods that are // createAssignedPodLW returns a listWatch that finds all pods that are
// already scheduled. // already scheduled.
func (factory *ConfigFactory) createAssignedPodLW() *listWatch { func (factory *ConfigFactory) createAssignedPodLW() *listWatch {
return &listWatch{ return &listWatch{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment