Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Move Kyverno from Sandbox to Incubating #125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/contributors/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ The Cloud Native Computing Foundation projects are listed [below](projects/), to
| [Dapr](projects/#dapr) | Framework | Go |
| [Cilium](projects/#cilium) | eBPF Networking & Security | Go, C |
| [Knative](projects/#knative) | Serverless & Event Driven Applications | Go |
| [Kyverno](projects/#kyverno) | Kubernetes Native Policy Management | Go |

## Sandbox Projects

Expand Down Expand Up @@ -98,7 +99,6 @@ The Cloud Native Computing Foundation projects are listed [below](projects/), to
| [kube-rs](projects/#kube-rs) | Rust Ecosystem | Rust |
| [OpenELB](projects/#openelb) | Load balancer | Go |
| [Devfile](projects/#devfile) | Devfile | Go |
| [Kyverno](projects/#kyverno) | Kubernetes Native Policy Management | Go |
| [sealer](projects/#sealer) | Cluster lifecycle and delivery | Go |
| [Confidential Containers](projects/#confidential-containers) | Security | Rust, Go |
| [Teller](projects/#teller) | Security | Go |
Expand Down
23 changes: 11 additions & 12 deletions content/contributors/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,17 @@ native workloads"* - [cilium.io](https://cilium.io)
- **Chat:** [Knative slack](https://knative.slack.com/)
- **License:** [Apache 2.0](https://choosealicense.com/licenses/apache-2.0/)
- **Legal Requirements:** [Google CLA](https://cla.developers.google.com)

### Kyverno

*"Kyverno is a policy engine designed for Kubernetes. With Kyverno, policies are managed as Kubernetes resources and no new language is required to write policies."* - [Kyverno](https://kyverno.io/)

- **Project Repository:** https://github.com/kyverno/kyverno
- **Contributor Guide:** [kyverno/kyverno/CONTRIBUTING](https://github.com/kyverno/kyverno/blob/main/CONTRIBUTING.md)
- **Chat:** Slack: `#kyverno` and `#kyverno-dev` in [kubernetes.slack.com](https://kubernetes.slack.com)
- **Developer List/Forum:** [Kyverno Discussions](https://github.com/kyverno/kyverno/discussions)
- **License:** [Apache 2.0](https://github.com/kyverno/kyverno/blob/main/LICENSE)
- **Legal Requirements:** [DCO](https://developercertificate.org/)
---

Sandbox Projects
Expand Down Expand Up @@ -714,18 +725,6 @@ Sandbox Projects
- **Legal Requirements:** [DCO](https://developercertificate.org/)
---

### Kyverno

*"Kyverno is a policy engine designed for Kubernetes. With Kyverno, policies are managed as Kubernetes resources and no new language is required to write policies."* - [Kyverno](https://kyverno.io/)

- **Project Repository:** https://github.com/kyverno/kyverno
- **Contributor Guide:** [kyverno/kyverno/CONTRIBUTING](https://github.com/kyverno/kyverno/blob/main/CONTRIBUTING.md)
- **Chat:** Slack: `#kyverno` and `#kyverno-dev` in [kubernetes.slack.com](https://kubernetes.slack.com)
- **Developer List/Forum:** [Kyverno Discussions](https://github.com/kyverno/kyverno/discussions)
- **License:** [Apache 2.0](https://github.com/kyverno/kyverno/blob/main/LICENSE)
- **Legal Requirements:** [DCO](https://developercertificate.org/)
---

### OpenFunction

*"OpenFunction is a cloud-native open source FaaS (Function as a Service) platform aiming to let you focus on your business logic without having to maintain the underlying runtime environment and infrastructure. You only need to submit business-related source code in the form of functions."* - [OpenFunction](https://openfunction.dev/)
Expand Down