Skip to content

Commit ea59f1e

Browse files
tamalsaha1gtm
andauthored
Publish GenericResource (#564) (#568)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: lgtm <1gtm@users.noreply.github.com>
1 parent 0975295 commit ea59f1e

Some content is hidden

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

42 files changed

+3239
-1234
lines changed

Dockerfile.dbg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ LABEL org.opencontainers.image.source https://github.com/stashed/mysql
3535
ENV DEBIAN_FRONTEND noninteractive
3636
ENV DEBCONF_NONINTERACTIVE_SEEN true
3737

38+
RUN set -x \
39+
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29
40+
3841
RUN set -x \
3942
&& apt-get update \
4043
&& apt-get install -y --no-install-recommends ca-certificates \

Dockerfile.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ LABEL org.opencontainers.image.source https://github.com/stashed/mysql
3535
ENV DEBIAN_FRONTEND noninteractive
3636
ENV DEBCONF_NONINTERACTIVE_SEEN true
3737

38+
RUN set -x \
39+
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29
40+
3841
RUN set -x \
3942
&& apt-get update \
4043
&& apt-get install -y --no-install-recommends ca-certificates \

go.mod

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

55
require (
66
github.com/google/gofuzz v1.2.0 // indirect
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
golang.org/x/tools v0.1.1-0.20210427153610-6397a11608ad // indirect
1011
gomodules.xyz/flags v0.1.3
1112
gomodules.xyz/go-sh v0.1.0
1213
gomodules.xyz/logs v0.0.6
13-
gomodules.xyz/x v0.0.8
14+
gomodules.xyz/x v0.0.10
1415
k8s.io/apimachinery v0.21.1
1516
k8s.io/client-go v0.21.1
16-
k8s.io/klog/v2 v2.8.0
17-
kmodules.xyz/client-go v0.0.0-20220108081101-27afc2ac4ebe
18-
kmodules.xyz/custom-resources v0.0.0-20220104123914-3c036dd7c1cd
19-
kmodules.xyz/offshoot-api v0.0.0-20211103060642-3e217667cf41
17+
k8s.io/klog/v2 v2.9.0
18+
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
19+
kmodules.xyz/client-go v0.0.0-20220203031013-1de48437aaf3
20+
kmodules.xyz/custom-resources v0.0.0-20220126201139-be014631db0c
21+
kmodules.xyz/objectstore-api v0.0.0-20211207131029-3271069de43e // indirect
22+
kmodules.xyz/offshoot-api v0.0.0-20211207130839-cc7187e020cf
2023
stash.appscode.dev/apimachinery v0.17.1-0.20220113052814-7da4b19c88a3
2124
)
2225

@@ -108,7 +111,7 @@ replace k8s.io/api => k8s.io/api v0.21.1
108111

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

111-
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.21.2-0.20210716212718-83e5493ac170
114+
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.21.2-0.20220112070009-e3f6e88991d9
112115

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

go.sum

Lines changed: 54 additions & 17 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)