Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit d436ef4

Browse files
authored
Use client-go 5.x (#15)
1 parent 2979f09 commit d436ef4

File tree

926 files changed

+157829
-286652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

926 files changed

+157829
-286652
lines changed

controller/mount_configmap.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ import (
88

99
"github.com/appscode/go/ioutil"
1010
"github.com/appscode/go/log"
11+
apiv1 "k8s.io/api/core/v1"
1112
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1213
"k8s.io/apimachinery/pkg/fields"
1314
"k8s.io/apimachinery/pkg/runtime"
1415
"k8s.io/apimachinery/pkg/util/wait"
1516
"k8s.io/apimachinery/pkg/watch"
1617
clientset "k8s.io/client-go/kubernetes"
17-
apiv1 "k8s.io/client-go/pkg/api/v1"
1818
"k8s.io/client-go/rest"
1919
"k8s.io/client-go/tools/cache"
2020
"k8s.io/client-go/util/workqueue"

controller/mount_secret.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ import (
88

99
"github.com/appscode/go/ioutil"
1010
"github.com/appscode/go/log"
11+
apiv1 "k8s.io/api/core/v1"
1112
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1213
"k8s.io/apimachinery/pkg/fields"
1314
"k8s.io/apimachinery/pkg/runtime"
1415
"k8s.io/apimachinery/pkg/util/wait"
1516
"k8s.io/apimachinery/pkg/watch"
1617
clientset "k8s.io/client-go/kubernetes"
17-
apiv1 "k8s.io/client-go/pkg/api/v1"
1818
"k8s.io/client-go/rest"
1919
"k8s.io/client-go/tools/cache"
2020
"k8s.io/client-go/util/workqueue"

controller/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"sync/atomic"
1010

1111
"github.com/appscode/go/log"
12-
apiv1 "k8s.io/client-go/pkg/api/v1"
12+
apiv1 "k8s.io/api/core/v1"
1313
)
1414

1515
var updateReceived, mountPerformed uint64

glide.lock

+82-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import:
44
- package: github.com/spf13/cobra
55
- package: github.com/spf13/pflag
66
version: v1.0.0
7+
- package: k8s.io/api
8+
version: fe29995db37613b9c5b2a647544cf627bfa8d299
79
- package: k8s.io/apimachinery
8-
version: 1fd2e63a9a370677308a42f24fd40c86438afddf
10+
version: 019ae5ada31de202164b118aee88ee2d14075c31
911
- package: k8s.io/client-go
10-
version: v4.0.0
12+
version: v5.0.0

vendor/github.com/davecgh/go-spew/LICENSE

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/davecgh/go-spew/spew/bypass.go

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)