Christoph Bühler
Christoph Bühler
Yes, I thought about that too. It may be a feasible idea to create an interface like the other webhooks. I thought about something like in Newtonsoft JSON or yamldotnet:...
Further reading in the Kubernetes docs; there is a possible scenario written: 1. The storage version is v1beta1. You create an object. It is persisted in storage at version v1beta1...
Hmm that may be an option. Another idea that came to my mind last evening: If I understand the documentation correctly, Kubernetes is _not required_ to convert everything to the...
If I recall it correctly, the logic to generate the CRDs is recursive. Maybe there is some error hidden in there :-) I'll have a look, thank you for the...
/cc @Silvenga :-) This would be a good opportunity, right?
No worries :-D just wrote the "issue" this morning.
Would you mind to take upon this task?
Hey @NArnott In theory, the finalizer could just wait for a certain period. The intension would have been to allow the finalizer to wait for certain predicates. So, this seems...
Kind of an anti pattern. The thing is, the same applies to the reconcile loop. When I develop locally and I hit a breakpoint the same resource gets reconciled a...
Actually, I have to see if the ts compiler does provide this information...