Sample on patching a resource (ie Job) #1461
-
I'm looking for ways to patch a resource based on previously known state (ie job) but keep getting Does anyone have a sample on how to achieve this? This is not working for me: csharp/examples/customResource/Program.cs Lines 59 to 66 in 1ace761 This sample is purely based off of raw string which is not an option for me: csharp/examples/patch/Program.cs Line 29 in 1ace761 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
check generate json patch using library csharp/tests/E2E.Tests/MinikubeTests.cs Line 129 in cdf5398 all type inside |
Beta Was this translation helpful? Give feedback.
check generate json patch using library
csharp/tests/E2E.Tests/MinikubeTests.cs
Line 129 in cdf5398
all type inside
V1Patch.PatchType
are accepted, you have to put a jsonable object as param to V1Patch