Skip to content

Commit 29a8a1f

Browse files
authored
Use apis/v1alpha1 instead of internal version (#167)
1 parent da3eb2e commit 29a8a1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/appscode/log"
1010
"github.com/appscode/pat"
1111
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"
1313
"github.com/appscode/stash/pkg/controller"
1414
"github.com/appscode/stash/pkg/docker"
1515
"github.com/appscode/stash/pkg/migrator"

schedule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"time"
88

99
"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"
1111
"github.com/appscode/stash/pkg/scheduler"
1212
"github.com/appscode/stash/pkg/util"
1313
"github.com/spf13/cobra"

snapshot_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
_ "net/http/pprof"
77

88
"github.com/appscode/pat"
9-
sapi "github.com/appscode/stash/apis/stash"
9+
sapi "github.com/appscode/stash/apis/stash/v1alpha1"
1010
"github.com/appscode/stash/pkg/cli"
1111
kerr "k8s.io/apimachinery/pkg/api/errors"
1212
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

0 commit comments

Comments
 (0)