remove redundant client-gen code

This commit is contained in:
Pavan Sokke Nagaraj
2022-06-02 19:31:58 -04:00
parent 78314a5fc4
commit 3da43b18c9
45 changed files with 5 additions and 5219 deletions

View File

@@ -75,7 +75,10 @@ func (c *Clientset) Tracker() testing.ObjectTracker {
return c.tracker
}
var _ clientset.Interface = &Clientset{}
var (
_ clientset.Interface = &Clientset{}
_ testing.FakeClient = &Clientset{}
)
// TroubleshootV1beta1 retrieves the TroubleshootV1beta1Client
func (c *Clientset) TroubleshootV1beta1() troubleshootv1beta1.TroubleshootV1beta1Interface {