Skip to content

Commit c97fb27

Browse files
authored
[cherry-pick] Publish GenericResource (#1383) (#1384)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 0869cd9 commit c97fb27

40 files changed

+3231
-1233
lines changed

go.mod

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,23 @@ go 1.15
44

55
require (
66
github.com/pkg/errors v0.9.1
7-
github.com/spf13/cobra v1.1.3
7+
github.com/sergi/go-diff v1.2.0 // indirect
8+
github.com/spf13/cobra v1.2.1
89
go.bytebuilders.dev/license-verifier/kubernetes v0.9.7
910
gomodules.xyz/flags v0.1.3
1011
gomodules.xyz/go-sh v0.1.0
1112
gomodules.xyz/logs v0.0.6
1213
gomodules.xyz/pointer v0.1.0
13-
gomodules.xyz/x v0.0.8
14+
gomodules.xyz/x v0.0.10
1415
k8s.io/api v0.21.1
1516
k8s.io/apimachinery v0.21.1
1617
k8s.io/client-go v0.21.1
17-
k8s.io/klog/v2 v2.8.0
18-
kmodules.xyz/client-go v0.0.0-20220108081101-27afc2ac4ebe
19-
kmodules.xyz/custom-resources v0.0.0-20220104123914-3c036dd7c1cd
20-
kmodules.xyz/offshoot-api v0.0.0-20211103060642-3e217667cf41
18+
k8s.io/klog/v2 v2.9.0
19+
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
20+
kmodules.xyz/client-go v0.0.0-20220203031013-1de48437aaf3
21+
kmodules.xyz/custom-resources v0.0.0-20220126201139-be014631db0c
22+
kmodules.xyz/objectstore-api v0.0.0-20211207131029-3271069de43e // indirect
23+
kmodules.xyz/offshoot-api v0.0.0-20211207130839-cc7187e020cf
2124
kubedb.dev/apimachinery v0.23.0
2225
stash.appscode.dev/apimachinery v0.17.1-0.20220113052814-7da4b19c88a3
2326
)
@@ -110,7 +113,7 @@ replace k8s.io/api => k8s.io/api v0.21.1
110113

111114
replace k8s.io/apimachinery => github.com/kmodules/apimachinery v0.21.2-rc.0.0.20210617231004-332981b97d2d
112115

113-
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.21.2-0.20210716212718-83e5493ac170
116+
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.21.2-0.20220112070009-e3f6e88991d9
114117

115118
replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.21.1
116119

go.sum

Lines changed: 52 additions & 16 deletions
Large diffs are not rendered by default.

vendor/github.com/mitchellh/mapstructure/.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/github.com/mitchellh/mapstructure/CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mitchellh/mapstructure/decode_hooks.go

Lines changed: 55 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mitchellh/mapstructure/go.mod

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)