diff --git a/theodolite/crd/crd-execution.yaml b/theodolite/crd/crd-execution.yaml index 181d72b493124bee651c6cf59cab9050713e6415..d2d537a48712636e096a7f9c51930f65b32ff35d 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.