What's Changed
- Generic k8s interface by @pablochacin in #70
⚠️ Resource helpers should be considered deprecated at this time and will be removed soon!
Use of methods like
k8s.config_maps.apply(...)
ork8s.config_maps.list(...)
should be replaced using the generic API equivalent ofk8s.apply(...)
ork8s.list("ConfigMap", ...)
, respectively.
Full Changelog: v0.1.1...v0.2.0