When looking for original resource on update/delete, ignore Apiversion, use Kind and Name only
Kind can change it's APIVersion with time, such as "Deployment" which was "extensions/v1beta1" and then migrated to "apps/v1beta1" in Kube 1.6. Name, Kind and optinally Namespace are used to find relevant Info object for a original resource which is being upgraded, it safe enough, as it is uniquely identifies an object.
Showing
Please
register
or
sign in
to comment