I was trying to create a kubernetes CRD to manage some of the resources on our system But I noticed that in case the CROs for this CRD are operated on rapidly (delete after create, multiple updates, update after create etc) they get collapsed into a single latest version (I am not sure at what point in the kubernetes infra is this done).
Is is possible to disable such collapsing of CRO operations?