This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Description
A follow up PR of #155
In the common code base, we still use low level listers and hasSynced which is not used in training-operator any more.
Let's change to XXInterface from kubeClientSet. Otherwise, we have to create sharedInformers and then create listers which is unnecessary in latest client pattern