iximiuz / client-go-examples

Collection of mini-programs demonstrating Kubernetes client-go usage.
https://labs.iximiuz.com/playgrounds/k8s-client-go/
Apache License 2.0
1.02k stars 131 forks source link

retry on conflict simple example imeplementation #6

Closed dylanhitt closed 2 years ago

dylanhitt commented 2 years ago

So far:

I hope this is along the lines of what is expected.

Adds:

I will add documentation on real world use cases/the nuances of the example in the readme. I will also be adding some docs about the function retryOnConflict itself and it's nuances.

cheers

iximiuz commented 2 years ago

Well done! Looking forward to hearing your opinion on the comments I've made.

iximiuz commented 2 years ago

Merged! Thanks a lot for your contribution!