We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675de3d commit 434f34bCopy full SHA for 434f34b
src/LibKubernetesGenerator/templates/ModelExtensions.cs.template
@@ -22,6 +22,7 @@ namespace k8s
22
{{ for definition in definitions }}
23
[JsonSerializable(typeof({{ GetClassName definition }}))]
24
{{ end }}
25
+ [JsonSerializable(typeof(k8s.KubeConfigModels.ExecCredentialResponse))]
26
internal partial class SourceGenerationContext : JsonSerializerContext
27
{
28
}
0 commit comments