Skip to content

Commit

Permalink
Use apis/v1alpha1 instead of internal version (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Sep 10, 2017
1 parent da3eb2e commit 29a8a1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion run.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/appscode/log"
"github.com/appscode/pat"
sapi "github.com/appscode/stash/apis/stash"
scs "github.com/appscode/stash/client/internalclientset/typed/stash/internalversion"
scs "github.com/appscode/stash/client/typed/stash/v1alpha1"
"github.com/appscode/stash/pkg/controller"
"github.com/appscode/stash/pkg/docker"
"github.com/appscode/stash/pkg/migrator"
Expand Down
2 changes: 1 addition & 1 deletion schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/appscode/log"
scs "github.com/appscode/stash/client/internalclientset/typed/stash/internalversion"
scs "github.com/appscode/stash/client/typed/stash/v1alpha1"
"github.com/appscode/stash/pkg/scheduler"
"github.com/appscode/stash/pkg/util"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion snapshot_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
_ "net/http/pprof"

"github.com/appscode/pat"
sapi "github.com/appscode/stash/apis/stash"
sapi "github.com/appscode/stash/apis/stash/v1alpha1"
"github.com/appscode/stash/pkg/cli"
kerr "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit 29a8a1f

Please sign in to comment.