Merge pull request #3334 from xyz-li/app
manage openpitrix with crd
Showing
... | ... | @@ -8,8 +8,9 @@ go 1.13 |
require ( | ||
code.cloudfoundry.org/bytefmt v0.0.0-20190710193110-1eb035ffe2b6 | ||
github.com/Masterminds/semver/v3 v3.1.0 | ||
github.com/PuerkitoBio/goquery v1.5.0 | ||
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 | ||
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 | ||
github.com/aws/aws-sdk-go v1.33.12 | ||
github.com/beevik/etree v1.1.0 | ||
github.com/container-storage-interface/spec v1.2.0 | ||
... | ... | @@ -18,7 +19,7 @@ require ( |
github.com/davecgh/go-spew v1.1.1 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/docker/distribution v2.7.1+incompatible | ||
github.com/docker/docker v1.4.2-0.20190822205725-ed20165a37b4 | ||
github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce | ||
github.com/elastic/go-elasticsearch/v5 v5.6.1 | ||
github.com/elastic/go-elasticsearch/v6 v6.8.2 | ||
github.com/elastic/go-elasticsearch/v7 v7.3.0 | ||
... | ... | @@ -53,7 +54,7 @@ require ( |
github.com/onsi/ginkgo v1.14.0 | ||
github.com/onsi/gomega v1.10.1 | ||
github.com/open-policy-agent/opa v0.18.0 | ||
github.com/opencontainers/go-digest v1.0.0-rc1 | ||
github.com/opencontainers/go-digest v1.0.0 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/projectcalico/kube-controllers v3.8.8+incompatible | ||
... | ... | @@ -66,6 +67,7 @@ require ( |
github.com/prometheus/prometheus v1.8.2-0.20200907175821-8219b442c864 | ||
github.com/sony/sonyflake v1.0.0 | ||
github.com/speps/go-hashids v2.0.0+incompatible | ||
github.com/spf13/afero v1.2.2 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.4.0 | ||
... | ... | @@ -83,6 +85,7 @@ require ( |
gopkg.in/yaml.v2 v2.3.0 | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 | ||
gotest.tools v2.2.0+incompatible | ||
helm.sh/helm/v3 v3.3.0 | ||
istio.io/api v0.0.0-20201113182140-d4b7e3fc2b44 | ||
istio.io/client-go v0.0.0-20201113183938-0734e976e785 | ||
istio.io/gogo-genproto v0.0.0-20201113182723-5b8563d8a012 // indirect | ||
... | ... | @@ -106,6 +109,7 @@ require ( |
sigs.k8s.io/controller-runtime v0.6.4 | ||
sigs.k8s.io/controller-tools v0.4.0 | ||
sigs.k8s.io/kubefed v0.4.0 | ||
sigs.k8s.io/yaml v1.2.0 | ||
) | ||
replace ( | ||
... | ... | @@ -250,7 +254,7 @@ replace ( |
github.com/disintegration/imaging => github.com/disintegration/imaging v1.6.1 | ||
github.com/docker/cli => github.com/docker/cli v0.0.0-20190506213505-d88565df0c2d | ||
github.com/docker/distribution => github.com/docker/distribution v2.7.1+incompatible | ||
github.com/docker/docker => github.com/docker/engine v1.4.2-0.20190822205725-ed20165a37b4 | ||
github.com/docker/docker => github.com/docker/engine v1.4.2-0.20200203170920-46ec8731fbce | ||
github.com/docker/docker-credential-helpers => github.com/docker/docker-credential-helpers v0.6.1 | ||
github.com/docker/go-connections => github.com/docker/go-connections v0.4.0 | ||
github.com/docker/go-metrics => github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 | ||
... | ... | @@ -528,7 +532,7 @@ replace ( |
github.com/onsi/gomega => github.com/onsi/gomega v1.10.1 | ||
github.com/op/go-logging => github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 | ||
github.com/open-policy-agent/opa => github.com/open-policy-agent/opa v0.18.0 | ||
github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.0-rc1 | ||
github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.0 | ||
github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.1 | ||
github.com/opencontainers/runc => github.com/opencontainers/runc v0.1.1 | ||
github.com/opentracing-contrib/go-grpc => github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02 | ||
... | ... | @@ -661,7 +665,7 @@ replace ( |
go.uber.org/multierr => go.uber.org/multierr v1.3.0 | ||
go.uber.org/tools => go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee | ||
go.uber.org/zap => go.uber.org/zap v1.13.0 | ||
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 | ||
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 | ||
golang.org/x/exp => golang.org/x/exp v0.0.0-20190121172915-509febef88a4 | ||
golang.org/x/image => golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 | ||
golang.org/x/lint => golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f | ||
... | ... | @@ -714,7 +718,7 @@ replace ( |
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.3.0 | ||
gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c | ||
gotest.tools => gotest.tools v2.2.0+incompatible | ||
helm.sh/helm/v3 => helm.sh/helm/v3 v3.0.1 | ||
helm.sh/helm/v3 => helm.sh/helm/v3 v3.3.0 | ||
honnef.co/go/tools => honnef.co/go/tools v0.0.1-2020.1.3 | ||
howett.net/plist => howett.net/plist v0.0.0-20181124034731-591f970eefbb | ||
istio.io/api => istio.io/api v0.0.0-20201113182140-d4b7e3fc2b44 | ||
... | ... |
此差异已折叠。
pkg/apis/application/group.go
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
pkg/models/openpitrix/apps.go
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
pkg/models/openpitrix/errors.go
0 → 100644
此差异已折叠。
pkg/models/openpitrix/release.go
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
vendor/helm.sh/helm/v3/LICENSE
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
想要评论请 注册 或 登录