Bug 1981 fixed 57/11857/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:44 +0000 (12:54 +0200)
commit3e9293d9af69fef190b0fe9633f75207203a65f9
treee1f539ee60a4b3dd364a1852ce43029f6b7e9fce
parent2b4f9b2ba49d85f5935caf604c1ecd1c2924fa5c
Bug 1981 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