removing mention of gitlab source being python (#878)

because it was a temporary prototype and is now currently written in go with kubebuilder.
This commit is contained in:
sebgoa 2019-02-06 19:27:40 +01:00 committed by Knative Prow Robot
parent 3526e296b9
commit 7dde4ff06b
1 changed files with 0 additions and 2 deletions

View File

@ -47,7 +47,5 @@ Kubebuilder not your thing? Prefer the easy way? Check out these alternatives.
without writing any controller code. It requires Metacontroller.
* [Metacontroller](https://metacontroller.app) can be used to write
controllers as webhooks in any language.
* The [GitLab source](https://gitlab.com/triggermesh/gitlabsource) uses the
Python Kubernetes client library.
* The [Cloud Scheduler source](https://github.com/vaikas-google/csr) uses the
standard Kubernetes Golang client library instead of Kubebuilder.