refactor: reorganize Kubernetes client models into separate files (#1663)

This commit is contained in:
Boshi Lian
2025-09-16 07:40:17 -07:00
committed by GitHub
parent a99fbe4693
commit 11a9641fbe
10 changed files with 68 additions and 70 deletions

View File

@@ -1,6 +1,7 @@
// See https://aka.ms/new-console-template for more information
// See https://aka.ms/new-console-template for more information
using k8s;
using k8s.ClientSets;
using k8s.Models;
using System.Threading.Tasks;
namespace clientset