To sync with operator bundle that has been 'intel-deviceplugins-'
since 0.30.0 version, change the name prefix.
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
kubebuilder v3 based scaffolding has updated many things
and they are documented in [1].
Update operator's functionality to v3 level. We've done
most/some of the changes earlier (e.g., by not using
deprecated k8s APIs anymore) so the changes are minimal.
[1] https://book.kubebuilder.io/migration/v2vsv3.html
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>