mirror of
https://github.com/rancher/types.git
synced 2025-08-31 21:00:16 +00:00
Update generated code
This commit is contained in:
@@ -44,6 +44,7 @@ type DaemonSetLister interface {
|
||||
}
|
||||
|
||||
type DaemonSetController interface {
|
||||
Generic() controller.GenericController
|
||||
Informer() cache.SharedIndexInformer
|
||||
Lister() DaemonSetLister
|
||||
AddHandler(name string, handler DaemonSetHandlerFunc)
|
||||
@@ -106,6 +107,10 @@ type daemonSetController struct {
|
||||
controller.GenericController
|
||||
}
|
||||
|
||||
func (c *daemonSetController) Generic() controller.GenericController {
|
||||
return c.GenericController
|
||||
}
|
||||
|
||||
func (c *daemonSetController) Lister() DaemonSetLister {
|
||||
return &daemonSetLister{
|
||||
controller: c,
|
||||
|
@@ -44,6 +44,7 @@ type DeploymentLister interface {
|
||||
}
|
||||
|
||||
type DeploymentController interface {
|
||||
Generic() controller.GenericController
|
||||
Informer() cache.SharedIndexInformer
|
||||
Lister() DeploymentLister
|
||||
AddHandler(name string, handler DeploymentHandlerFunc)
|
||||
@@ -106,6 +107,10 @@ type deploymentController struct {
|
||||
controller.GenericController
|
||||
}
|
||||
|
||||
func (c *deploymentController) Generic() controller.GenericController {
|
||||
return c.GenericController
|
||||
}
|
||||
|
||||
func (c *deploymentController) Lister() DeploymentLister {
|
||||
return &deploymentLister{
|
||||
controller: c,
|
||||
|
@@ -44,6 +44,7 @@ type ReplicaSetLister interface {
|
||||
}
|
||||
|
||||
type ReplicaSetController interface {
|
||||
Generic() controller.GenericController
|
||||
Informer() cache.SharedIndexInformer
|
||||
Lister() ReplicaSetLister
|
||||
AddHandler(name string, handler ReplicaSetHandlerFunc)
|
||||
@@ -106,6 +107,10 @@ type replicaSetController struct {
|
||||
controller.GenericController
|
||||
}
|
||||
|
||||
func (c *replicaSetController) Generic() controller.GenericController {
|
||||
return c.GenericController
|
||||
}
|
||||
|
||||
func (c *replicaSetController) Lister() ReplicaSetLister {
|
||||
return &replicaSetLister{
|
||||
controller: c,
|
||||
|
@@ -44,6 +44,7 @@ type StatefulSetLister interface {
|
||||
}
|
||||
|
||||
type StatefulSetController interface {
|
||||
Generic() controller.GenericController
|
||||
Informer() cache.SharedIndexInformer
|
||||
Lister() StatefulSetLister
|
||||
AddHandler(name string, handler StatefulSetHandlerFunc)
|
||||
@@ -106,6 +107,10 @@ type statefulSetController struct {
|
||||
controller.GenericController
|
||||
}
|
||||
|
||||
func (c *statefulSetController) Generic() controller.GenericController {
|
||||
return c.GenericController
|
||||
}
|
||||
|
||||
func (c *statefulSetController) Lister() StatefulSetLister {
|
||||
return &statefulSetLister{
|
||||
controller: c,
|
||||
|
Reference in New Issue
Block a user