mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +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
|
// Exposed for testing
|
||||||
GetClient() clientset.Interface
|
GetClient() clientset.Interface
|
||||||
|
|
||||||
// TODO(#80216): Remove these methods from the interface.
|
// TODO(#80216): Remove GetScheduledPodLister from the interface.
|
||||||
// Exposed for testing
|
// Exposed for testing
|
||||||
GetScheduledPodLister() corelisters.PodLister
|
GetScheduledPodLister() corelisters.PodLister
|
||||||
|
|
||||||
@ -163,7 +163,7 @@ type Configurator interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// configFactory is the default implementation of the scheduler.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 {
|
type configFactory struct {
|
||||||
client clientset.Interface
|
client clientset.Interface
|
||||||
// a means to list all known scheduled pods.
|
// a means to list all known scheduled pods.
|
||||||
|
Loading…
Reference in New Issue
Block a user