mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
commit
ae1e386d5f
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user