mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Update TODO
Signed-off-by: Aldo Culquicondor <acondor@google.com>
This commit is contained in:
parent
0ce1c95232
commit
0e35ac8f1e
@ -152,7 +152,7 @@ type Configurator interface {
|
||||
// Exposed for testing
|
||||
GetClient() clientset.Interface
|
||||
|
||||
// TODO(#80216): Remove these methods from the interface.
|
||||
// TODO(#80216): Remove GetScheduledPodLister from the interface.
|
||||
// Exposed for testing
|
||||
GetScheduledPodLister() corelisters.PodLister
|
||||
|
||||
@ -163,7 +163,7 @@ type Configurator interface {
|
||||
}
|
||||
|
||||
// configFactory is the default implementation of the scheduler.Configurator interface.
|
||||
// TODO(#80216): Remove pod and node listers.
|
||||
// TODO(#80216): Remove pod lister.
|
||||
type configFactory struct {
|
||||
client clientset.Interface
|
||||
// a means to list all known scheduled pods.
|
||||
|
Loading…
Reference in New Issue
Block a user