summaryrefslogtreecommitdiffstats
path: root/src/modules/kubernetes.rs
AgeCommit message (Collapse)Author
2019-11-12fix: Add support for multiple Kubeconfig files (#635)Thomas O'Donnell
This adds support for having multiple Kubeconfig file set as part of the `KUBECONFIG` env var.
2019-10-05chore: Import shared types from super (#492)Zhenhui Xie
Changes imports statements to make imports more uniform.
2019-10-05fix: Add disable configuration option to kubernetes module (#491)Zhenhui Xie
2019-10-05fix: Disable Kubernetes module by default (#488)Thomas O'Donnell
Given the global nature of the Kubernetes module, the module has been disabled by default. The opportunity has also been taken to refactor the Kubernetes module to use the new config module.
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner