Files
csharp/src/KubernetesClient.Classic/Global.cs

11 lines
308 B
C#
Raw Normal View History

global using k8s.Autorest;
global using k8s.Models;
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Text.Json;
2023-01-05 09:13:59 -08:00
global using System.Text.Json.Serialization;
global using System.Threading;
global using System.Threading.Tasks;