From 7dde4ff06b85e13f31ce742d51402dde48455d05 Mon Sep 17 00:00:00 2001 From: sebgoa Date: Wed, 6 Feb 2019 19:27:40 +0100 Subject: [PATCH] removing mention of gitlab source being python (#878) because it was a temporary prototype and is now currently written in go with kubebuilder. --- eventing/samples/writing-a-source/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/eventing/samples/writing-a-source/README.md b/eventing/samples/writing-a-source/README.md index d79c39ee7..70f4faaab 100644 --- a/eventing/samples/writing-a-source/README.md +++ b/eventing/samples/writing-a-source/README.md @@ -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.