From e39e883547555951db77521f43957b5fda152e34 Mon Sep 17 00:00:00 2001 From: Vladislav Sukhin Date: Mon, 7 Oct 2024 19:41:34 +0300 Subject: [PATCH] fic: formating Signed-off-by: Vladislav Sukhin --- ...ws.testkube.io_testworkflowexecutions.yaml | 34 ++++++------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/config/crd/bases/testworkflows.testkube.io_testworkflowexecutions.yaml b/config/crd/bases/testworkflows.testkube.io_testworkflowexecutions.yaml index a9c1b9d2..6fbd8138 100644 --- a/config/crd/bases/testworkflows.testkube.io_testworkflowexecutions.yaml +++ b/config/crd/bases/testworkflows.testkube.io_testworkflowexecutions.yaml @@ -121,8 +121,7 @@ spec: description: test workflow execution tags type: object testWorkflowExecutionName: - description: test workflow execution name started the test workflow - execution + description: test workflow execution name started the test workflow execution type: string type: object testWorkflow: @@ -139,7 +138,7 @@ spec: type: object x-kubernetes-map-type: atomic required: - - testWorkflow + - testWorkflow type: object status: description: TestWorkflowExecutionStatus specification @@ -170,8 +169,7 @@ spec: format: int32 type: integer output: - description: additional information from the steps, like referenced - executed tests or artifacts + description: additional information from the steps, like referenced executed tests or artifacts items: description: TestWorkflowOutput defines output of TestWorkflow properties: @@ -182,8 +180,6 @@ spec: description: step reference type: string value: - additionalProperties: - type: dynamicList description: value returned type: object type: object @@ -203,8 +199,7 @@ spec: description: step reference type: string summary: - description: TestWorkflowStepReportSummary contains report - summary of TestWorkflow + description: TestWorkflowStepReportSummary contains report summary of TestWorkflow properties: duration: description: total duration of all test cases in milliseconds @@ -250,8 +245,7 @@ spec: format: date-time type: string initialization: - description: TestWorkflowStepResult contains step result of - TestWorkflow + description: TestWorkflowStepResult contains step result of TestWorkflow properties: errorMessage: type: string @@ -271,8 +265,7 @@ spec: format: date-time type: string status: - description: TestWorkfloStepwStatus has step status of - TestWorkflow + description: TestWorkfloStepwStatus has step status of TestWorkflow type: string type: object pausedMs: @@ -329,8 +322,7 @@ spec: type: string steps: additionalProperties: - description: TestWorkflowStepResult contains step result - of TestWorkflow + description: TestWorkflowStepResult contains step result of TestWorkflow properties: errorMessage: type: string @@ -350,14 +342,12 @@ spec: format: date-time type: string status: - description: TestWorkfloStepwStatus has step status - of TestWorkflow + description: TestWorkfloStepwStatus has step status of TestWorkflow type: string type: object type: object totalDuration: - description: Go-formatted (human-readable) total duration - (incl. pause) + description: Go-formatted (human-readable) total duration (incl. pause) type: string totalDurationMs: description: Total duration in milliseconds (incl. pause) @@ -455,8 +445,7 @@ spec: type: object type: array statusAt: - description: when the execution result's status has changed last - time (queued, passed, failed) + description: when the execution result's status has changed last time (queued, passed, failed) format: date-time type: string tags: @@ -465,8 +454,7 @@ spec: description: test workflow execution tags type: object testWorkflowExecutionName: - description: test workflow execution name started the test workflow - execution + description: test workflow execution name started the test workflow execution type: string workflow: x-kubernetes-preserve-unknown-fields: true