-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CZBANK] feat(*) oem rebase and cherry-pick canary features from 2.11 (…
…#201) * optimize: use internal http backend to replace default-http-backend (#147) * feat: manual update vendor for ipv6 * feat: sync vips to provider status for dual stack * [CPS-6115]fix: redefine Registry struct in package of plugin (#152) * fix: redefine Registry struct in package of plugin remove packages dependent on personal repo * vendor update * fix: mount xtables file to ipvsdr deployment (#154) * build: switch to go mod (#153) * [CPS-6047]upgrade k8s api to 1.17+ & upgrade clientset (#155) * upgrade k8s api to 1.17+ & upgrade clientset * fix: api upgrade * upgrade golang version to 1.13.6 & upgrade golangci-lint (#156) * chore: update nginx-ingress-controller version (#158) Co-authored-by: Lisheng Zheng <zhenglisheng@caicloud.io> * fix: sync lb crd with the definition in vaquita (#159) * chore: update vendor to add NodeStatus (#160) * upgrade crd version from v1beta1 to v1 (#161) * [CPS-6637]chore(*): bump kubernetes version to 1.17.5 (#162) * chore(golang): upgrade golang to 1.13.9 * feat(health): add health check (#164) * fix: do not add 'helm.sh' annotations on deployment (#163) annotations will be added by other CPS component, such as workload-controller. * fix: upgrade go-common=0.3.6 (#167) * [CPS-7306]fix: false live state caused by leaderelection (#176) * update go-common to v0.3.7 * [CPS-7306]fix: false live state caused by leaderelection * fix: fix broken custom lb config caused by eb249d6 (#178) fix http://jira.caicloud.xyz/browse/CPS-7374 * fix(resource): increate limits and requests (#181) * chore(nginx): bump up ingress-nginx version (#183) Co-authored-by: Lisheng Zheng <zhenglisheng@caicloud.io> * chore(owners): add approver and reviewer VincentGuoCQ (#194) * feat(ingress): remove nginx proxy sidecar (#195) * fix(ingress): use ingress v1beta1 for k8s 1.14.8 * feat(net): add "helm.sh/..." annotation on lb deployment (#124) Co-authored-by: Shi Wang <wangshi@caicloud.io> Co-authored-by: Huanle Han <hanhuanle@caicloud.io> Co-authored-by: Lisheng Zheng <zls1129@gmail.com> Co-authored-by: Lisheng Zheng <zhenglisheng@caicloud.io> Co-authored-by: Mengjiang Bao <baomengjiang@gmail.com> Co-authored-by: Pengfei Guo <guopengfei@caicloud.io> Co-authored-by: Jinghao Lu <lujinghao@caicloud.io> Co-authored-by: caicloud-bot <register@caicloud.io>
- Loading branch information
1 parent
9e8f321
commit 042f494
Showing
1,563 changed files
with
198,889 additions
and
316,436 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
module github.com/caicloud/loadbalancer-controller | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/InVisionApp/conjungo v1.1.0 | ||
github.com/caicloud/clientset v0.0.0-20200420062837-792b5fced8a6 | ||
github.com/caicloud/go-common v0.3.7 | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/pflag v1.0.5 | ||
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect | ||
k8s.io/api v0.17.5 | ||
k8s.io/apiextensions-apiserver v0.17.5 | ||
k8s.io/apimachinery v0.17.5 | ||
k8s.io/client-go v0.17.5 | ||
k8s.io/klog v1.0.0 | ||
k8s.io/kubernetes v1.17.5 | ||
) | ||
|
||
replace ( | ||
k8s.io/api => k8s.io/api v0.17.5 | ||
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.17.5 | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.17.5 | ||
k8s.io/apiserver => k8s.io/apiserver v0.17.5 | ||
k8s.io/cli-runtime => k8s.io/cli-runtime v0.17.5 | ||
k8s.io/client-go => k8s.io/client-go v0.17.5 | ||
k8s.io/cloud-provider => k8s.io/cloud-provider v0.17.5 | ||
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.17.5 | ||
k8s.io/code-generator => k8s.io/code-generator v0.17.5 | ||
k8s.io/component-base => k8s.io/component-base v0.17.5 | ||
k8s.io/cri-api => k8s.io/cri-api v0.17.5 | ||
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.17.5 | ||
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.17.5 | ||
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.17.5 | ||
k8s.io/kube-proxy => k8s.io/kube-proxy v0.17.5 | ||
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.17.5 | ||
k8s.io/kubectl => k8s.io/kubectl v0.17.5 | ||
k8s.io/kubelet => k8s.io/kubelet v0.17.5 | ||
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.17.5 | ||
k8s.io/metrics => k8s.io/metrics v0.17.5 | ||
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.17.5 | ||
) |
Oops, something went wrong.