2025-06-02 19:08:37 -07:00
|
|
|
// <auto-generated>
|
|
|
|
|
// Code generated by https://github.com/kubernetes-client/csharp/tree/master/src/LibKubernetesGenerator
|
|
|
|
|
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
#if NET8_0_OR_GREATER
|
|
|
|
|
namespace k8s
|
|
|
|
|
{
|
|
|
|
|
{{ for definition in definitions }}
|
|
|
|
|
[JsonSerializable(typeof({{ GetClassName definition }}))]
|
|
|
|
|
{{ end }}
|
2025-10-25 23:39:34 -07:00
|
|
|
public partial class SourceGenerationContext : JsonSerializerContext
|
2025-06-02 19:08:37 -07:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-10-25 23:39:34 -07:00
|
|
|
#endif
|