Currently, various resource functions that make CRUD (and other) calls against the Kubernetes API Server are spread in following three files in the sdk package:
- action.go: Create, Update, Delete
- api.go: Watch
- query.go: Get, List
Is there a reason to keep them separate like this, or can they be combined in a single file?