From c599feb10dc5a932ae332bbd5398299ff669793d Mon Sep 17 00:00:00 2001 From: pb Date: Tue, 14 May 2024 15:07:23 +0200 Subject: [PATCH] docs for argo yml generation --- docs/argo_fomatting_rules.md | 6 ++++++ docs/todo.md | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 docs/argo_fomatting_rules.md create mode 100644 docs/todo.md diff --git a/docs/argo_fomatting_rules.md b/docs/argo_fomatting_rules.md new file mode 100644 index 0000000..c1ae6bd --- /dev/null +++ b/docs/argo_fomatting_rules.md @@ -0,0 +1,6 @@ +This document aims at centralizing all the informations about the yaml file that will be submitted to argo + +- names can only contain alphanumeric characters or '-' + + + diff --git a/docs/todo.md b/docs/todo.md new file mode 100644 index 0000000..b014bae --- /dev/null +++ b/docs/todo.md @@ -0,0 +1,5 @@ +[ ] handle the way arguments are parsed : + - currently arguments are stored in the computing object as a list of string + - argo_builder.getComputingCommands() takes the command as a parameter to treat `sh -c`'s argument differently, but this is not generic enough + - refactor on oc-catalog : we could store it as a string and parse it differently depending on the command + \ No newline at end of file