From 0921c065e86719a4fa4bc6e4cd04bccb447277ee Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 16 Jan 2019 10:50:29 +0100 Subject: [PATCH] Fixed endpoints description for debug API (#453) --- docs/developer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developer.md b/docs/developer.md index 5d766b023..220d764d0 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -188,13 +188,13 @@ defaults to 4) * /workers/$id/logs - log of the operations performed by a given worker * /clusters/ - list of teams and clusters known to the operator * /clusters/$team - list of clusters for the given team -* /cluster/$team/$clustername - detailed status of the cluster, including the +* /clusters/$team/$namespace/$clustername - detailed status of the cluster, including the specifications for CRD, master and replica services, endpoints and statefulsets, as well as any errors and the worker that cluster is assigned to. -* /cluster/$team/$clustername/logs/ - logs of all operations performed to the +* /clusters/$team/$namespace/$clustername/logs/ - logs of all operations performed to the cluster so far. -* /cluster/$team/$clustername/history/ - history of cluster changes triggered +* /clusters/$team/$namespace/$clustername/history/ - history of cluster changes triggered by the changes of the manifest (shows the somewhat obscure diff and what exactly has triggered the change)