File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -374,10 +374,42 @@ Grants the holder permission to buy compatibility matrix credits.
374
374
375
375
Grants the holder permission to request an increase in the quota.
376
376
377
+ ### kots/network/create
378
+
379
+ Grants the holder permission to create new networks.
380
+
381
+ ### kots/network/list
382
+
383
+ Grants the holder permission to list networks.
384
+
385
+ ### kots/network/[ : networkid ]
386
+
387
+ Grants the holder permission to get network details.
388
+
389
+ ### kots/network/[ : networkid ] /delete
390
+
391
+ Grants the holder permission to delete a network.
392
+
377
393
### kots/network/[ : networkId ] /update
378
394
379
395
Grants the holder permission to update the network, including setting airgap policy and network reporting.
380
396
397
+ ### kots/vm/create
398
+
399
+ Grants the holder permission to create new VMs.
400
+
401
+ ### kots/vm/list
402
+
403
+ Grants the holder permission to list running and terminated VMs.
404
+
405
+ ### kots/vm/[ : vmid ]
406
+
407
+ Grants the holder permission to get VM details.
408
+
409
+ ### kots/vm/[ : vmid ] /delete
410
+
411
+ Grants the holder permission to delete a VM.
412
+
381
413
### kots/vm/tag/update
382
414
383
415
Grants the holder permission to update vm tags.
You can’t perform that action at this time.
0 commit comments