Fix the endpoints (#121)
This commit is contained in:
parent
b8b13c569b
commit
846d919235
|
|
@ -169,10 +169,10 @@ The available endpoints are listed below. Note that the worker ID is an integer
|
||||||
* /workers/$id/queue - state of the queue for the worker $id
|
* /workers/$id/queue - state of the queue for the worker $id
|
||||||
* /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
|
||||||
* /workers/clusters/$team - list of clusters for the given team
|
* /clusters/$team - list of clusters for the given team
|
||||||
* /workers/cluster/$team/$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 - 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.
|
||||||
* /workers/cluster/$team/$clustername/logs/ - logs of all operations performed to the cluster so far.
|
* /cluster/$team/$clustername/logs/ - logs of all operations performed to the cluster so far.
|
||||||
* /workers/cluster/$team/$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)
|
* /cluster/$team/$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)
|
||||||
|
|
||||||
The operator also supports pprof endpoints listed at the [pprof package](https://golang.org/pkg/net/http/pprof/), such as:
|
The operator also supports pprof endpoints listed at the [pprof package](https://golang.org/pkg/net/http/pprof/), such as:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue