Bug 1982 fixed 58/11858/2
authorPedro Escaleira <escaleira@av.it.pt>
Tue, 5 Apr 2022 16:32:13 +0000 (17:32 +0100)
committergarciadav <david.garcia@canonical.com>
Fri, 22 Apr 2022 10:54:55 +0000 (12:54 +0200)
commitd901a80933406a2323585fa1e05a49972f72a577
tree5cc619d8ae8b274c01ebcdbf18184a47445f4fa5
parentbeaac1ef168436c5e10030da7852ed506fb71036
Bug 1982 fixed

Added the `yaml_format` argument to the `status_kdu` abstract method of
the class `K8sConnector`, and changed the corresponding Helm connectors
methods accordingly, while maintaining backward compatibility

Change-Id: Ic78c951825b7654ccf8246c4fe1fc4d488221bfc
Signed-off-by: Pedro Escaleira <escaleira@av.it.pt>
n2vc/k8s_conn.py
n2vc/k8s_helm3_conn.py
n2vc/k8s_helm_base_conn.py
n2vc/k8s_helm_conn.py
n2vc/k8s_juju_conn.py
n2vc/tests/unit/test_k8s_helm3_conn.py
n2vc/tests/unit/test_k8s_helm_conn.py