X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=n2vc%2Fk8s_juju_conn.py;h=fb15be74e345cf4107f77a7b00550f9e45fd88c7;hb=fea3602e8fad0834874a9abcda72760c70a93d24;hp=e83adf23e69c20d0a64758165e7fb12ad0b9b7bc;hpb=83566f5510fcba0453459e6ba7d99550096bf0d0;p=osm%2FN2VC.git diff --git a/n2vc/k8s_juju_conn.py b/n2vc/k8s_juju_conn.py index e83adf2..fb15be7 100644 --- a/n2vc/k8s_juju_conn.py +++ b/n2vc/k8s_juju_conn.py @@ -13,6 +13,7 @@ # limitations under the License. import asyncio +from typing import Union import os import uuid import yaml @@ -646,7 +647,7 @@ class K8sJujuConnector(K8sConnector): complete_status: bool = False, yaml_format: bool = False, **kwargs, - ) -> dict: + ) -> Union[str, dict]: """Get the status of the KDU Get the current status of the KDU instance.