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 { } }