Loading src/sunrise6g_opensdk/edgecloud/adapters/kubernetes/client.py +1 −1 Original line number Diff line number Diff line Loading @@ -381,7 +381,7 @@ class EdgeApplicationManager(EdgeCloudManagementInterface): response["appInstanceId"] = deployed_app.get("appInstanceId") response["status"] = deployed_app.get("status", "unknown") interfaces = [] for port in deployed_app.get("ports"): for port in deployed_app.get("ports") or []: access_point = {"port": port} interfaces.append({"interfaceId": "", "accessPoints": access_point}) # response["componentEndpointInfo"] = interfaces Loading Loading
src/sunrise6g_opensdk/edgecloud/adapters/kubernetes/client.py +1 −1 Original line number Diff line number Diff line Loading @@ -381,7 +381,7 @@ class EdgeApplicationManager(EdgeCloudManagementInterface): response["appInstanceId"] = deployed_app.get("appInstanceId") response["status"] = deployed_app.get("status", "unknown") interfaces = [] for port in deployed_app.get("ports"): for port in deployed_app.get("ports") or []: access_point = {"port": port} interfaces.append({"interfaceId": "", "accessPoints": access_point}) # response["componentEndpointInfo"] = interfaces Loading