Skip to content

Commit 582930c

Browse files
committed
Add operator to contribution docs
Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent a22ddef commit 582930c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/contributing/get-started.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ OpenFaaS started as a single mono-repo called `faas` and has been broken out int
4444
| Repository | Headline |
4545
|:------------------|:---------------------------------|
4646
| [faas](https://github.com/openfaas/faas) | Main repository for project issues, suggestions, documentation and roadmap/backlog items. Also includes UI portal and API gateway |
47-
| [certifier](https://github.com/openfaas/certifier) | End-to-end tests written in Go for verifying OpenFaaS with Swarm or Kubernetes after a release, this also runs through CI for the `faas` repo |
48-
| [faas-swarm](https://github.com/openfaas/faas-swarm) | Docker Swarm provider for OpenFaaS contains a stack file for deployment |
4947
| [faas-netes](https://github.com/openfaas/faas-netes) | Kubernetes provider for OpenFaaS contains YAML and helm for deployment |
50-
| [openfaas-cloud](https://github.com/openfaas/openfaas-cloud) | An incubator project for a closed-loop CI/CD system between GitHub and OpenFaaS |
48+
| [faas-swarm](https://github.com/openfaas/faas-swarm) | Docker Swarm provider for OpenFaaS contains a stack file for deployment |
49+
| [certifier](https://github.com/openfaas/certifier) | End-to-end tests written in Go for verifying OpenFaaS with Swarm or Kubernetes after a release, this also runs through CI for the `faas` repo |
5150
| [faas-cli](https://github.com/openfaas/faas-cli) | CLI for operating with OpenFaaS similar to `kubectl` or `docker` CLI |
5251
| [templates](https://github.com/openfaas/templates) | Official templates for OpenFaaS CLI used to scaffold a new function |
53-
| [media](https://github.com/openfaas/media) | Press-kit and media for the project branding and swag |
52+
| [openfaas-cloud](https://github.com/openfaas/openfaas-cloud) | OpenFaaS Cloud - portable, multi-user Serverless Functions powered by GitOps |
5453
| [docs](https://github.com/openfaas/docs) | Official docs repository for this site - i.e. https://docs.openfaas.com |
55-
| [workshop](https://github.com/openfaas/workshop) | Hands-on training lab for learning OpenFaaS |
54+
| [workshop](https://github.com/openfaas/workshop) | Official workshop - Hands-on labs for learning OpenFaaS |
5655
| [nats-queue-worker](https://github.com/openfaas/nats-queue-worker) | Asynchronous processing for deferred / queued work with OpenFaaS, based upon NATS Streaming |
5756
| [www](https://github.com/openfaas/www) | Webpages for https://www.openfaas.com |
57+
| [media](https://github.com/openfaas/media) | Press-kit and media for the project branding and swag |
5858

5959
https://github.com/openfaas/
6060

@@ -66,6 +66,7 @@ The incubator organisation is for experiments, research and for getting quick fe
6666
|:------------------|:---------------------------------|
6767
| [of-watchdog](https://github.com/openfaas-incubator/of-watchdog) | The OpenFaaS watchdog re-written with mode-abstractions for both STDIO & HTTP |
6868
| [faas-idler](https://github.com/openfaas-incubator/faas-idler) | Scale OpenFaaS functions to zero replicas after specified period of inactivity |
69+
| [openfaas-operator](https://github.com/openfaas-incubator/openfaas-operator) | The OpenFaaS CRD Operator for Kubernetes |
6970

7071

7172
https://github.com/openfaas-incubator/

0 commit comments

Comments
 (0)