Skip to content

Commit

Permalink
Update controller-runtime to v0.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: RainbowMango <renhongcai@huawei.com>
  • Loading branch information
RainbowMango committed Apr 29, 2021
1 parent 62b526e commit 43fcf25
Show file tree
Hide file tree
Showing 168 changed files with 6,016 additions and 2,024 deletions.
13 changes: 8 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ go 1.14

require (
github.com/evanphx/json-patch/v5 v5.1.0
github.com/go-logr/logr v0.3.0 // indirect
github.com/google/uuid v1.1.1
github.com/onsi/ginkgo v1.12.1
github.com/onsi/gomega v1.10.1
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
k8s.io/api v0.19.3
Expand All @@ -18,7 +17,11 @@ require (
k8s.io/code-generator v0.19.3
k8s.io/component-base v0.19.3
k8s.io/klog/v2 v2.2.0
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
sigs.k8s.io/controller-runtime v0.6.4
k8s.io/utils v0.0.0-20200912215256-4140de9c8800
sigs.k8s.io/controller-runtime v0.7.2
sigs.k8s.io/kind v0.10.0
)

// controller-runtime@v0.7.2 uses gnostic@v0.5.1 which not compatible with kubernetes@v1.19.3.
// kubernetes@v1.19.3 using gnostic@v0.4.1.
replace github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1
100 changes: 43 additions & 57 deletions go.sum

Large diffs are not rendered by default.

83 changes: 55 additions & 28 deletions vendor/github.com/google/go-cmp/cmp/compare.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/export_panic.go

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

20 changes: 15 additions & 5 deletions vendor/github.com/google/go-cmp/cmp/export_unsafe.go

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

22 changes: 21 additions & 1 deletion vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go

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

157 changes: 157 additions & 0 deletions vendor/github.com/google/go-cmp/cmp/internal/value/name.go

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

0 comments on commit 43fcf25

Please sign in to comment.