Skip to content

Sample on patching a resource (ie Job) #1461

Answered by tg123
tomkerkhove asked this question in Q&A
Discussion options

You must be logged in to vote

check generate json patch using library

var patch = old.CreatePatch(expected);

all type inside V1Patch.PatchType are accepted, you have to put a jsonable object as param to V1Patch

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tomkerkhove
Comment options

Answer selected by tomkerkhove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants