adjustment
This commit is contained in:
@@ -154,6 +154,24 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} models.workspace'
|
||||
/loki/:
|
||||
post:
|
||||
tags:
|
||||
- loki
|
||||
description: |-
|
||||
get logs
|
||||
<br>
|
||||
operationId: LokiController.GetLogs
|
||||
parameters:
|
||||
- in: body
|
||||
name: body
|
||||
description: The compute content
|
||||
required: true
|
||||
schema:
|
||||
$ref: '#/definitions/models.compute'
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} models.workspace'
|
||||
/version/:
|
||||
get:
|
||||
tags:
|
||||
@@ -184,6 +202,9 @@ tags:
|
||||
- name: oc-scheduler/controllersWorkflowSchedulerController
|
||||
description: |
|
||||
Operations about workflow
|
||||
- name: loki
|
||||
description: |
|
||||
Operations about workflow
|
||||
- name: execution
|
||||
description: |
|
||||
Operations about workflow
|
||||
|
||||
Reference in New Issue
Block a user