* Add ExecCredentialResponseContext for JSON serialization support * Added ExecStatus JsonPropertyNames
8 lines
183 B
C#
8 lines
183 B
C#
namespace k8s.KubeConfigModels
|
|
{
|
|
[JsonSerializable(typeof(ExecCredentialResponse))]
|
|
internal partial class ExecCredentialResponseContext : JsonSerializerContext
|
|
{
|
|
}
|
|
}
|