Skip to content

Commit

Permalink
Publish GenericResource (#564) (#567)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: 1gtm <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>

Co-authored-by: lgtm <[email protected]>
  • Loading branch information
tamalsaha and 1gtm authored Feb 7, 2022
1 parent e29d03e commit d240062
Show file tree
Hide file tree
Showing 42 changed files with 3,239 additions and 1,234 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.dbg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ LABEL org.opencontainers.image.source https://github.com/stashed/mysql
ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN true

RUN set -x \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29

RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates \
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ LABEL org.opencontainers.image.source https://github.com/stashed/mysql
ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN true

RUN set -x \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29

RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates \
Expand Down
17 changes: 10 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,22 @@ go 1.15

require (
github.com/google/gofuzz v1.2.0 // indirect
github.com/spf13/cobra v1.1.3
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/cobra v1.2.1
go.bytebuilders.dev/license-verifier/kubernetes v0.9.7
golang.org/x/tools v0.1.1-0.20210427153610-6397a11608ad // indirect
gomodules.xyz/flags v0.1.3
gomodules.xyz/go-sh v0.1.0
gomodules.xyz/logs v0.0.6
gomodules.xyz/x v0.0.8
gomodules.xyz/x v0.0.10
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
k8s.io/klog/v2 v2.8.0
kmodules.xyz/client-go v0.0.0-20220108081101-27afc2ac4ebe
kmodules.xyz/custom-resources v0.0.0-20220104123914-3c036dd7c1cd
kmodules.xyz/offshoot-api v0.0.0-20211103060642-3e217667cf41
k8s.io/klog/v2 v2.9.0
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
kmodules.xyz/client-go v0.0.0-20220203031013-1de48437aaf3
kmodules.xyz/custom-resources v0.0.0-20220126201139-be014631db0c
kmodules.xyz/objectstore-api v0.0.0-20211207131029-3271069de43e // indirect
kmodules.xyz/offshoot-api v0.0.0-20211207130839-cc7187e020cf
stash.appscode.dev/apimachinery v0.17.1-0.20220113052814-7da4b19c88a3
)

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

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

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

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

Expand Down
71 changes: 54 additions & 17 deletions go.sum

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions vendor/github.com/mitchellh/mapstructure/.travis.yml

This file was deleted.

52 changes: 52 additions & 0 deletions vendor/github.com/mitchellh/mapstructure/CHANGELOG.md

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

71 changes: 55 additions & 16 deletions vendor/github.com/mitchellh/mapstructure/decode_hooks.go

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

2 changes: 2 additions & 0 deletions vendor/github.com/mitchellh/mapstructure/go.mod

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

Loading

0 comments on commit d240062

Please sign in to comment.