Skip to content

Commit 207aa0f

Browse files
committed
Make ExecCredentialResponse deserializable.
1 parent 675de3d commit 207aa0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LibKubernetesGenerator/templates/ModelExtensions.cs.template

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ namespace k8s
2222
{{ for definition in definitions }}
2323
[JsonSerializable(typeof({{ GetClassName definition }}))]
2424
{{ end }}
25+
[JsonSerializable(typeof(k8s.KubeConfigModels.ExecCredentialResponse))]
2526
internal partial class SourceGenerationContext : JsonSerializerContext
2627
{
2728
}

0 commit comments

Comments
 (0)