Skip to content

Commit

Permalink
update crd.yaml and openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxGit committed Mar 2, 2020
1 parent 1767a5b commit f1b94c1
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 9 deletions.
17 changes: 13 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require (
github.com/ant31/crd-validation v0.0.0-20180702145049-30f8a35d0ac2
github.com/aws/aws-sdk-go v1.19.45
github.com/chai2010/gettext-go v0.0.0-20170215093142-bf70f2a70fb1 // indirect
github.com/client9/misspell v0.3.4
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
github.com/docker/go-connections v0.4.0 // indirect
Expand All @@ -24,7 +25,7 @@ require (
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/emicklei/go-restful v2.9.5+incompatible
github.com/fatih/color v1.7.0
github.com/fatih/color v1.9.0
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/go-openapi/loads v0.19.4
github.com/go-openapi/spec v0.19.3
Expand All @@ -41,11 +42,16 @@ require (
github.com/juju/errors v0.0.0-20180806074554-22422dad46e1
github.com/juju/loggo v0.0.0-20180524022052-584905176618 // indirect
github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073 // indirect
github.com/kisielk/errcheck v1.2.0
github.com/kisielk/gotool v1.0.0
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
github.com/mgechev/revive v1.0.1
github.com/mholt/archiver v3.1.1+incompatible
github.com/mohae/deepcopy v0.0.0-20170603005431-491d3605edfb
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/onsi/ginkgo v1.10.3
github.com/onsi/gomega v1.5.0
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/openshift/generic-admission-server v1.14.0
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
Expand All @@ -59,6 +65,8 @@ require (
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
github.com/prometheus/prometheus v1.8.2
github.com/robfig/cron v1.1.0
github.com/ryanuber/go-glob v1.0.0
github.com/securego/gosec v0.0.0-20200228114818-a305f10eb98e
github.com/sirupsen/logrus v1.4.2
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/spf13/cobra v0.0.5
Expand All @@ -72,9 +80,10 @@ require (
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
gocloud.dev v0.18.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/tools v0.0.0-20200228224639-71482053b885
gomodules.xyz/jsonpatch/v2 v2.0.1
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
gopkg.in/yaml.v2 v2.2.4
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.0.0
k8s.io/apiextensions-apiserver v0.0.0
k8s.io/apimachinery v0.0.0
Expand Down
Loading

0 comments on commit f1b94c1

Please sign in to comment.