From 4033717aa3e2598b64d06746b1b583ddabb1e62f Mon Sep 17 00:00:00 2001 From: weibaohui Date: Tue, 6 Dec 2022 20:24:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ek8s=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用Blazor 和 net core 开发 k8s 管理工具。 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 03bc467..dd42706 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ * [Windows服务](#Windows服务) * [WPF](#wpf) * [解析器库(Parser Library)](#解析器库) + * [k8s](#k8s) * [其他列表](#其他列表) * [资源](#资源) @@ -1129,6 +1130,10 @@ * [Superpower](https://github.com/datalust/superpower) - 有着高质量错误报告的C#解析器构造工具套件。 * [CSLY](https://github.com/b3b00/CSLY) - 轻量级嵌入式词法分析器/解析器生成器。 +## k8s +* [Blazork8s](https://github.com/weibaohui/blazork8s) - 使用Blazor 和 net core 开发 k8s 管理工具。 + + ## 其他列表 * [.NET-libraries-that-make-your-life-easier](https://github.com/tallesl/net-libraries-that-make-your-life-easier) - 生活不易.NET易(开源库)。