Skip to content

Commit

Permalink
Move client-go from replace to import
Browse files Browse the repository at this point in the history
Remove import and later replace of `k8s.io/client-go` by just using the import.
  • Loading branch information
HeavyWombat committed Jul 8, 2021
1 parent 39ab136 commit 3a64b5f
Show file tree
Hide file tree
Showing 15 changed files with 1,095 additions and 165 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ require (
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/cli-runtime v0.20.2
k8s.io/client-go v12.0.0+incompatible
k8s.io/client-go v0.20.2
k8s.io/utils v0.0.0-20210629042839-4a2b36d8d73f
)

replace (
github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.3 // Needed, otherwise we will hit this https://github.com/knative/client/pull/1207#issuecomment-770845105
k8s.io/client-go => k8s.io/client-go v0.20.2
)
replace github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.3 // Needed, otherwise we will hit this https://github.com/knative/client/pull/1207#issuecomment-770845105
412 changes: 412 additions & 0 deletions go.sum

Large diffs are not rendered by default.

28 changes: 21 additions & 7 deletions vendor/k8s.io/client-go/kubernetes/fake/clientset_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions vendor/k8s.io/client-go/kubernetes/fake/register.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading

0 comments on commit 3a64b5f

Please sign in to comment.