From 45073731c86d1d906eb92b6ebeabd507bef93ce8 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Tue, 5 May 2026 09:18:10 +1000 Subject: [PATCH] fix compilation error --- Tests/DistTestCore/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/DistTestCore/Global.cs b/Tests/DistTestCore/Global.cs index 43b16b26..83060c52 100644 --- a/Tests/DistTestCore/Global.cs +++ b/Tests/DistTestCore/Global.cs @@ -66,7 +66,7 @@ namespace DistTestCore }, Data = new Dictionary { ["result"] = json } }; - k8sClient.CreateNamespacedConfigMap(cm, "default"); + k8sClient.CoreV1.CreateNamespacedConfigMap(cm, "default"); } catch { } }