Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new pods package for monitoring pod status (#341)
* Add new pods package for monitoring pod status * Switch to using core/v1.Pod rather than the generic map[string]any. * Add in container image paths. * Fully move over to use a client rather than cubectl. * Bring test coverage to 100% * Remove the testcmd directory, it should not have been incluced. * Remove the testcmd directory, it should not have been incluced. * Redelete testcmd after git added it back in. * Make lint happy * Simply creation of fake client * Fix comment * Allow configurations with no controllers.
- Loading branch information