mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"name": "cluster.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:metadata.name",
|
|
"methods": [
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"base_url": "/infra/v3/project/:metadata.project/cluster",
|
|
"description": "create, manage and delete clusters",
|
|
"authenticated": true,
|
|
"scope": "PROJECT"
|
|
} |