Skip to content

Commit

Permalink
Implement informer factory for backup scheduler (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Md. Emruz Hossain authored and tamalsaha committed Feb 9, 2018
1 parent 7bb027b commit 3306427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backup.go
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/appscode/go/log"
"github.com/appscode/kutil/meta"
cs "github.com/appscode/stash/client/typed/stash/v1alpha1"
cs "github.com/appscode/stash/client"
"github.com/appscode/stash/pkg/backup"
"github.com/appscode/stash/pkg/docker"
"github.com/appscode/stash/pkg/util"
Expand All @@ -27,6 +27,7 @@ func NewCmdBackup() *cobra.Command {
DockerRegistry: docker.ACRegistry,
ResyncPeriod: 5 * time.Minute,
MaxNumRequeues: 5,
NumThreads: 1,
}
)

Expand Down

0 comments on commit 3306427

Please sign in to comment.