mirror of
https://github.com/rancher/types.git
synced 2025-09-01 05:09:10 +00:00
Update generated code
This commit is contained in:
@@ -44,6 +44,7 @@ type CronJobLister interface {
|
||||
}
|
||||
|
||||
type CronJobController interface {
|
||||
Generic() controller.GenericController
|
||||
Informer() cache.SharedIndexInformer
|
||||
Lister() CronJobLister
|
||||
AddHandler(name string, handler CronJobHandlerFunc)
|
||||
@@ -106,6 +107,10 @@ type cronJobController struct {
|
||||
controller.GenericController
|
||||
}
|
||||
|
||||
func (c *cronJobController) Generic() controller.GenericController {
|
||||
return c.GenericController
|
||||
}
|
||||
|
||||
func (c *cronJobController) Lister() CronJobLister {
|
||||
return &cronJobLister{
|
||||
controller: c,
|
||||
|
Reference in New Issue
Block a user