mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: add kube-green to showcase (#6433)
This commit is contained in:
parent
c2e2938d1b
commit
a4a386a45b
Binary file not shown.
|
After Width: | Height: | Size: 519 KiB |
|
|
@ -801,6 +801,14 @@ const Users: User[] = [
|
|||
source: 'https://github.com/kotest/kotest',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'kube-green',
|
||||
description: 'A kubernetes (k8s) operator to suspend your pods when no-one using them to save energy',
|
||||
preview: require('./showcase/kube-green.png'),
|
||||
website: 'https://kube-green.dev',
|
||||
source: 'https://github.com/kube-green/kube-green.github.io',
|
||||
tags: ['opensource', 'product']
|
||||
},
|
||||
{
|
||||
title: 'kwatch',
|
||||
description: 'monitor & detect crashes in your Kubernetes(K8s) cluster instantly',
|
||||
|
|
|
|||
Loading…
Reference in New Issue