mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Removed TODO that renaming ReplicationManager.
This commit is contained in:
@@ -61,8 +61,8 @@ var controllerKind = v1.SchemeGroupVersion.WithKind("ReplicationController")
|
|||||||
|
|
||||||
// ReplicationManager is responsible for synchronizing ReplicationController objects stored
|
// ReplicationManager is responsible for synchronizing ReplicationController objects stored
|
||||||
// in the system with actual running pods.
|
// in the system with actual running pods.
|
||||||
// TODO: this really should be called ReplicationController. The only reason why it's a Manager
|
// NOTE: using this name to distinguish this type from API object "ReplicationController"; will
|
||||||
// is to distinguish this type from API object "ReplicationController". We should fix this.
|
// not fix it right now. Refer to #41459 for more detail.
|
||||||
type ReplicationManager struct {
|
type ReplicationManager struct {
|
||||||
kubeClient clientset.Interface
|
kubeClient clientset.Interface
|
||||||
podControl controller.PodControlInterface
|
podControl controller.PodControlInterface
|
||||||
|
Reference in New Issue
Block a user