Files
csharp/src/KubernetesClient.Aot/KubeConfigModels/ExecCredentialResponseContext.cs

8 lines
183 B
C#
Raw Normal View History

namespace k8s.KubeConfigModels
{
[JsonSerializable(typeof(ExecCredentialResponse))]
internal partial class ExecCredentialResponseContext : JsonSerializerContext
{
}
}