Merge pull request #66722 from luxas/reference_new_generic_structs
Automatic merge from submit-queue (batch tested with PRs 67071, 66906, 66722, 67276, 67039). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
Remove references to the structs that have moved to their own packages
**What this PR does / why we need it**:
Follows-up https://github.com/kubernetes/kubernetes/pull/66058 and https://github.com/kubernetes/kubernetes/pull/66059 to remove the structs that now aren't needed in `pkg/apis/componentconfig`
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
xref https://github.com/kubernetes/community/pull/2354
**Special notes for your reviewer**:
This PR depends on:
- [x] https://github.com/kubernetes/kubernetes/pull/67090
- [x] https://github.com/kubernetes/kubernetes/pull/67149
- [x] https://github.com/kubernetes/kubernetes/pull/67159
- [x] https://github.com/kubernetes/kubernetes/pull/67207
**Only review commit 'Remove references to the structs that have moved to their own packages' please**
**Release note**:
```release-note
NONE
```
/kind cleanup
/assign @sttts @thockin @jbeda @liggitt