From d2be37976eebefa7b2f19738a1c41ab504154200 Mon Sep 17 00:00:00 2001 From: Marcel Becker <stu117960@mail.uni-kiel.de> Date: Sun, 20 Feb 2022 16:10:53 +0100 Subject: [PATCH] updated api-reference page --- theodolite/crd/crd-execution.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theodolite/crd/crd-execution.yaml b/theodolite/crd/crd-execution.yaml index 181d72b49..d2d537a48 100644 --- a/theodolite/crd/crd-execution.yaml +++ b/theodolite/crd/crd-execution.yaml @@ -89,13 +89,13 @@ spec: # - "demand" # - "capacity" strategy: - description: Defines the used strategy for the execution, either 'LinearSearch', 'BinarySearch' or 'InitialGuessSearch' + description: Defines the used strategy for the execution, either 'LinearSearch', 'BinarySearch' or 'InitialGuessSearch'. type: object required: ["name"] properties: name: type: string - #properties: + # properties: # type: object restrictions: description: List of restriction strategies used to delimit the search space. -- GitLab