NierYYDS / K8S-ImageReplacer-AdmissionWebhook

k8s container image replacer admission webhook
1 stars 0 forks source link

feat: use jsonpatch to generate a concise patch #6

Closed NierYYDS closed 1 month ago

NierYYDS commented 5 months ago

the patch before will send back all spec info of pod‘s containers, but we only change the image, so this PR will build patch which only return replacement of image.

NierYYDS commented 5 months ago

close #4