Implement get_service and get_services methods for K8sJujuConnector
- Add a new class (n2vc.kubectl.Kubectl) for managing the Kubectl commands
- Add unit tests
- Add get_config_file() method for getting the path of the kubeconfig in K8sJujuConnector
- Implement get_service() and get_services() methods in K8sJujuConnector
Change-Id: I883ec21dad519c2dc65cb9bd601e539685336756
Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/setup.py b/setup.py
index 96593ba..f7936fc 100644
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,7 @@
'juju==2.8.1',
'paramiko',
'pyasn1>=0.4.4',
+ 'kubernetes==10.0.1'
],
include_package_data=True,
maintainer='Adam Israel',