Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define group-version-kind struct (#213)
Having to pass three separate values around in slightly different semantics (plist? alist? group-version + kind args? group + version + kind args?) is getting cumbersome. This PR introduces a `gvk` struct that can be used as a singular value to pass around all the various functions.
- Loading branch information