mirror of
https://github.com/paralus/paralus.git
synced 2026-05-20 07:12:54 +00:00
expose cluster status update rpc (#296)
* expose cluster status update rpc Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com> * added cluster rpc to relay peering rpc server listener Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com> --------- Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com>
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
"PUT",
|
||||
"DELETE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "/:metadata.name/status",
|
||||
"methods": [
|
||||
"PUT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"resource_action_urls": [],
|
||||
|
||||
Reference in New Issue
Block a user