There are 4 categories of code generators function:
It has two type or categories of tags: 1. Global tags 2. Local tags
// +k8s:deepcopy-gen=package
: This tag is used to call the deepcopy-gen function to create deepcopy methods by default for all the Go types
present in current package.
TBC