Open maia-iyer opened 1 month ago
The code currently defines cluster using this type:
{ "cluster": { "name": "clusterName", "platformType": "Docker", "agentsList": [ "agent1" ], "domainName": "example.org", "editedName": "", "creationTime": "Feb 08 2023 21:02:10", "managedBy": "" } }
The 'editedName' is improper and throws weird, unexpected errors at times. Instead, it would be better to have some UID for a cluster, which can be passed in.
This also eventually affects the frontend call to this API.
RCOS - Jimi Xia
Dashiell, RCOS group
RCOS - Arnav Pawar
The code currently defines cluster using this type:
The 'editedName' is improper and throws weird, unexpected errors at times. Instead, it would be better to have some UID for a cluster, which can be passed in.
This also eventually affects the frontend call to this API.