File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
"github.com/appscode/log"
10
10
"github.com/appscode/pat"
11
11
sapi "github.com/appscode/stash/apis/stash"
12
- scs "github.com/appscode/stash/client/internalclientset/ typed/stash/internalversion "
12
+ scs "github.com/appscode/stash/client/typed/stash/v1alpha1 "
13
13
"github.com/appscode/stash/pkg/controller"
14
14
"github.com/appscode/stash/pkg/docker"
15
15
"github.com/appscode/stash/pkg/migrator"
Original file line number Diff line number Diff line change 7
7
"time"
8
8
9
9
"github.com/appscode/log"
10
- scs "github.com/appscode/stash/client/internalclientset/ typed/stash/internalversion "
10
+ scs "github.com/appscode/stash/client/typed/stash/v1alpha1 "
11
11
"github.com/appscode/stash/pkg/scheduler"
12
12
"github.com/appscode/stash/pkg/util"
13
13
"github.com/spf13/cobra"
Original file line number Diff line number Diff line change 6
6
_ "net/http/pprof"
7
7
8
8
"github.com/appscode/pat"
9
- sapi "github.com/appscode/stash/apis/stash"
9
+ sapi "github.com/appscode/stash/apis/stash/v1alpha1 "
10
10
"github.com/appscode/stash/pkg/cli"
11
11
kerr "k8s.io/apimachinery/pkg/api/errors"
12
12
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
You can’t perform that action at this time.
0 commit comments