Peter Glotfelty

Results 3 comments of Peter Glotfelty

A little more context here would be that for some code paths, we log the json dump of the object that we're applying to the cluster so this doesn't affect...

Hi @tg123, thank you for following up, I tried switching to the Aot lib and that doesn't make the error go away. Here's my `Program.cs`. ```csharp using System.Text.Json.Serialization; using k8s.Models;...

The scenario I'm running into is that I'm including a V1Pod in another class I have for auditing/logging. Since I want to serialize my wrapper into json, I need to...