Fixed endpoints description for debug API (#453)
This commit is contained in:
parent
c70905ae8b
commit
0921c065e8
|
|
@ -188,13 +188,13 @@ defaults to 4)
|
||||||
* /workers/$id/logs - log of the operations performed by a given worker
|
* /workers/$id/logs - log of the operations performed by a given worker
|
||||||
* /clusters/ - list of teams and clusters known to the operator
|
* /clusters/ - list of teams and clusters known to the operator
|
||||||
* /clusters/$team - list of clusters for the given team
|
* /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
|
specifications for CRD, master and replica services, endpoints and
|
||||||
statefulsets, as well as any errors and the worker that cluster is assigned
|
statefulsets, as well as any errors and the worker that cluster is assigned
|
||||||
to.
|
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 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
|
by the changes of the manifest (shows the somewhat obscure diff and what
|
||||||
exactly has triggered the change)
|
exactly has triggered the change)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue