Skip to content

Commit 0921c06

Browse files
FxKusdudoladov
authored andcommitted
Fixed endpoints description for debug API (zalando#453)
1 parent c70905a commit 0921c06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,13 @@ defaults to 4)
188188
* /workers/$id/logs - log of the operations performed by a given worker
189189
* /clusters/ - list of teams and clusters known to the operator
190190
* /clusters/$team - list of clusters for the given team
191-
* /cluster/$team/$clustername - detailed status of the cluster, including the
191+
* /clusters/$team/$namespace/$clustername - detailed status of the cluster, including the
192192
specifications for CRD, master and replica services, endpoints and
193193
statefulsets, as well as any errors and the worker that cluster is assigned
194194
to.
195-
* /cluster/$team/$clustername/logs/ - logs of all operations performed to the
195+
* /clusters/$team/$namespace/$clustername/logs/ - logs of all operations performed to the
196196
cluster so far.
197-
* /cluster/$team/$clustername/history/ - history of cluster changes triggered
197+
* /clusters/$team/$namespace/$clustername/history/ - history of cluster changes triggered
198198
by the changes of the manifest (shows the somewhat obscure diff and what
199199
exactly has triggered the change)
200200

0 commit comments

Comments
 (0)