1
0
mirror of https://github.com/rancher/types.git synced 2025-09-12 13:03:45 +00:00

Update generated code

This commit is contained in:
Darren Shepherd
2017-11-21 16:24:00 -07:00
parent c1906d594f
commit f66691267e
127 changed files with 2486 additions and 677 deletions

View File

@@ -38,7 +38,7 @@ type ClusterController interface {
Informer() cache.SharedIndexInformer
AddHandler(handler ClusterHandlerFunc)
Enqueue(namespace, name string)
Start(threadiness int, ctx context.Context) error
Start(ctx context.Context, threadiness int) error
}
type ClusterInterface interface {

View File

@@ -38,7 +38,7 @@ type ClusterNodeController interface {
Informer() cache.SharedIndexInformer
AddHandler(handler ClusterNodeHandlerFunc)
Enqueue(namespace, name string)
Start(threadiness int, ctx context.Context) error
Start(ctx context.Context, threadiness int) error
}
type ClusterNodeInterface interface {