Skip to content
Snippets Groups Projects
Commit dfcb7c0a authored by Marcel Samir Becker's avatar Marcel Samir Becker
Browse files

Removed commented out block

parent 69961f8b
No related branches found
No related tags found
1 merge request!215Redesign Strategy, Load, and Resources data types
...@@ -84,10 +84,6 @@ spec: ...@@ -84,10 +84,6 @@ spec:
properties: properties:
metric: metric:
type: string type: string
# default: "demand"
# oneOf:
# - "demand"
# - "capacity"
strategy: 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 type: object
...@@ -95,8 +91,6 @@ spec: ...@@ -95,8 +91,6 @@ spec:
properties: properties:
name: name:
type: string type: string
# properties:
# type: object
restrictions: restrictions:
description: List of restriction strategies used to delimit the search space. description: List of restriction strategies used to delimit the search space.
type: array type: array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment