Skip to content

Commit

Permalink
client-go version bump to release-7.0
Browse files Browse the repository at this point in the history
also includes version bumps of k8s.io/api and k8s.io/apimachinery to release-1.10 with a new vendor of github.com/json-iterator/go due to an issue (kubernetes/apimachinery#46) with client-go v7.0

addresses bitnami-labs#110
  • Loading branch information
jipperinbham committed Nov 13, 2018
1 parent 0a55e79 commit 51aaa46
Show file tree
Hide file tree
Showing 929 changed files with 53,947 additions and 28,427 deletions.
12 changes: 4 additions & 8 deletions integration/kubeseal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import (
"io/ioutil"
"os"

ssv1alpha1 "github.com/bitnami-labs/sealed-secrets/pkg/apis/sealed-secrets/v1alpha1"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
Expand All @@ -19,11 +22,6 @@ import (
clientcmdapi "k8s.io/client-go/tools/clientcmd/api"
clientcmdlatest "k8s.io/client-go/tools/clientcmd/api/latest"
certUtil "k8s.io/client-go/util/cert"

ssv1alpha1 "github.com/bitnami-labs/sealed-secrets/pkg/apis/sealed-secrets/v1alpha1"

. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)

var _ = Describe("kubeseal", func() {
Expand All @@ -44,9 +42,7 @@ var _ = Describe("kubeseal", func() {
&clientcmd.ConfigOverrides{})
rawconf, err := clientConfig.RawConfig()
Expect(err).NotTo(HaveOccurred())
tmp, err := clientcmdlatest.Scheme.Copy(&rawconf)
Expect(err).NotTo(HaveOccurred())
config = tmp.(*clientcmdapi.Config)
config = rawconf.DeepCopy()
})

JustBeforeEach(func() {
Expand Down
46 changes: 0 additions & 46 deletions vendor/github.com/emicklei/go-restful-swagger12/CHANGES.md

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/emicklei/go-restful-swagger12/LICENSE

This file was deleted.

83 changes: 0 additions & 83 deletions vendor/github.com/emicklei/go-restful-swagger12/README.md

This file was deleted.

This file was deleted.

46 changes: 0 additions & 46 deletions vendor/github.com/emicklei/go-restful-swagger12/config.go

This file was deleted.

Loading

0 comments on commit 51aaa46

Please sign in to comment.