Skip to content

Commit b62eb6a

Browse files
authored
[cherry-pick] Publish GenericResource (#1079) (#1086)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent e6f4b52 commit b62eb6a

Some content is hidden

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

54 files changed

+4012
-1451
lines changed

go.mod

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@ module stash.appscode.dev/elasticsearch
33
go 1.15
44

55
require (
6-
github.com/spf13/cobra v1.1.3
6+
github.com/sergi/go-diff v1.2.0 // indirect
7+
github.com/spf13/cobra v1.2.1
78
go.bytebuilders.dev/license-verifier/kubernetes v0.9.7
89
gomodules.xyz/flags v0.1.3
910
gomodules.xyz/go-sh v0.1.0
10-
gomodules.xyz/logs v0.0.4
11-
gomodules.xyz/x v0.0.8
11+
gomodules.xyz/logs v0.0.6
12+
gomodules.xyz/x v0.0.10
1213
k8s.io/api v0.21.1
1314
k8s.io/apimachinery v0.21.1
1415
k8s.io/client-go v0.21.1
15-
k8s.io/klog/v2 v2.8.0
16-
kmodules.xyz/client-go v0.0.0-20220108081101-27afc2ac4ebe
17-
kmodules.xyz/custom-resources v0.0.0-20220104123914-3c036dd7c1cd
18-
kmodules.xyz/offshoot-api v0.0.0-20210829122105-6f4d481b0c61
16+
k8s.io/klog/v2 v2.9.0
17+
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
18+
kmodules.xyz/client-go v0.0.0-20220203031013-1de48437aaf3
19+
kmodules.xyz/custom-resources v0.0.0-20220126201139-be014631db0c
20+
kmodules.xyz/objectstore-api v0.0.0-20211207131029-3271069de43e // indirect
21+
kmodules.xyz/offshoot-api v0.0.0-20211207130839-cc7187e020cf
1922
stash.appscode.dev/apimachinery v0.17.1-0.20220113052814-7da4b19c88a3
2023
)
2124

@@ -107,7 +110,7 @@ replace k8s.io/api => k8s.io/api v0.21.1
107110

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

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

112115
replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.21.1
113116

go.sum

Lines changed: 63 additions & 21 deletions
Large diffs are not rendered by default.

vendor/github.com/google/uuid/hash.go

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

vendor/github.com/google/uuid/null.go

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

vendor/github.com/google/uuid/sql.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/uuid.go

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

vendor/github.com/google/uuid/version4.go

Lines changed: 34 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.

0 commit comments

Comments
 (0)