From 1055349d3555500a400d35a24b177eab62fb7151 Mon Sep 17 00:00:00 2001 From: Jake Cohen Date: Wed, 29 Mar 2023 15:51:37 -0700 Subject: [PATCH 1/7] initial commit with interpreter options --- .DS_Store | Bin 8196 -> 8196 bytes plugin.yaml | 250 ++++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 225 insertions(+), 25 deletions(-) diff --git a/.DS_Store b/.DS_Store index 1237477209c41e377ede8e50310172249fb0bf13..3545caaeec52b4eeebdd3c889368cb0a17ac6300 100644 GIT binary patch delta 63 zcmZp1XmOa}FUroqz`)4BAi%(o%82Hwr=94s7+?3oQie>1 b9EOz19D=f&6$CD@Z)TVH# Date: Wed, 29 Mar 2023 16:05:17 -0700 Subject: [PATCH 2/7] change property group-name and description --- plugin.yaml | 450 +++++++++++++++++++++++++++++----------------------- 1 file changed, 250 insertions(+), 200 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index caf59e6..6f68a4d 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -18,14 +18,6 @@ providers: script-interpreter: ${config.interpreter} -u script-file: pods-resource-model.py config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - type: String name: attributes title: 'Default attributes' @@ -134,6 +126,16 @@ providers: required: false renderingOptions: groupName: Authentication + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-node-executor service: NodeExecutor title: Kubernetes / Pods / Node Executor @@ -143,14 +145,6 @@ providers: script-file: pods-node-executor.py script-args: ${node.name} config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: shell type: String title: "Shell" @@ -205,6 +199,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-file-copier service: FileCopier title: Kubernetes / Pods / File Copier @@ -214,14 +218,6 @@ providers: script-file: pods-copy-file.py script-args: ${node.name} config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: shell type: String title: "Shell" @@ -275,6 +271,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Create-Deployment service: WorkflowNodeStep title: Kubernetes / Deployment / Create @@ -284,14 +290,6 @@ providers: script-file: deployment-create.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: api_version type: String title: "API Version" @@ -482,6 +480,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Update-Deployment service: WorkflowNodeStep title: Kubernetes / Deployment / Update @@ -491,14 +499,6 @@ providers: script-file: deployment-update.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: api_version type: String title: "API Version" @@ -656,6 +656,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Delete-Deployment service: WorkflowNodeStep title: Kubernetes / Deployment / Delete @@ -665,14 +675,6 @@ providers: script-file: deployment-delete.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -729,6 +731,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Status-Deployment service: WorkflowNodeStep title: Kubernetes / Deployment / Status @@ -738,14 +750,6 @@ providers: script-file: deployment-status.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -802,6 +806,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Wait-Deployment service: WorkflowNodeStep title: Kubernetes / Deployment / Waitfor @@ -811,14 +825,6 @@ providers: script-file: deployment-wait.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -887,6 +893,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Wait-StatefulSet service: WorkflowNodeStep title: Kubernetes / StatefulSet / Waitfor @@ -896,14 +912,6 @@ providers: script-file: StatefulSet-wait.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -972,6 +980,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Create service: WorkflowNodeStep title: Kubernetes / Generic / Create @@ -981,14 +999,6 @@ providers: script-file: create-from-yaml.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: namespace type: String title: "Namespace" @@ -1054,6 +1064,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Delete service: WorkflowNodeStep title: Kubernetes / Generic / Delete @@ -1063,14 +1083,6 @@ providers: script-file: delete.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -1133,6 +1145,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Create-Service service: WorkflowNodeStep title: Kubernetes / Service / Create @@ -1142,14 +1164,6 @@ providers: script-file: service-create.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: api_version type: String title: "API Version" @@ -1284,6 +1298,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Update-Service service: WorkflowNodeStep title: Kubernetes / Service / Update @@ -1293,14 +1317,6 @@ providers: script-file: service-update.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: api_version type: String title: "API Version" @@ -1435,6 +1451,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Delete-Service service: WorkflowNodeStep title: Kubernetes / Service / Delete @@ -1444,14 +1470,6 @@ providers: script-file: service-delete.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -1508,6 +1526,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Create-Job service: WorkflowNodeStep title: Kubernetes / Job / Create @@ -1517,14 +1545,6 @@ providers: script-file: job-create.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: api_version type: String title: "API Version" @@ -1767,6 +1787,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Delete-Job service: WorkflowNodeStep title: Kubernetes / Job / Delete @@ -1776,14 +1806,6 @@ providers: script-file: job-delete.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -1840,6 +1862,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Run-Job service: WorkflowNodeStep title: Kubernetes / Job / Re-Run @@ -1849,14 +1881,6 @@ providers: script-file: job-run.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -1918,6 +1942,16 @@ providers: title: Force description: "Continue even if previous run was unsuccessful" default: true + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Wait-Job service: WorkflowNodeStep title: Kubernetes / Job / Waitfor @@ -1927,14 +1961,6 @@ providers: script-file: job-wait.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -2009,6 +2035,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Pods-Logs service: WorkflowNodeStep title: Kubernetes / Pods / Logs @@ -2018,14 +2054,6 @@ providers: script-file: pods-read-logs.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -2096,6 +2124,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Create-Pod service: WorkflowNodeStep title: Kubernetes / Pod / Create @@ -2105,14 +2143,6 @@ providers: script-file: pods-create.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: api_version type: String title: "API Version" @@ -2287,6 +2317,16 @@ providers: scope: Instance renderingOptions: groupName: Authentication + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Delete-Pod service: WorkflowNodeStep title: Kubernetes / Pod / Delete @@ -2296,14 +2336,6 @@ providers: script-file: pods-delete.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -2357,6 +2389,16 @@ providers: scope: Instance renderingOptions: groupName: Authentication + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Wait-Pod service: WorkflowNodeStep title: Kubernetes / Pod / Waitfor @@ -2366,14 +2408,6 @@ providers: script-file: pods-wait.py script-args: config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Name" @@ -2446,6 +2480,16 @@ providers: scope: Instance renderingOptions: groupName: Authentication + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Execute-Step service: WorkflowNodeStep title: Kubernetes / Pods / Execute Command @@ -2455,14 +2499,6 @@ providers: script-file: pods-node-executor.py script-args: ${config.name} config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Pod Name" @@ -2532,6 +2568,16 @@ providers: scope: Instance renderingOptions: groupName: Authentication + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Ephemeral-Container service: WorkflowNodeStep title: Kubernetes / Debug / Ephemeral Container @@ -2541,14 +2587,6 @@ providers: script-file: debug-ephemeral-container.py script-args: ${config.name} config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Pod Name" @@ -2624,6 +2662,16 @@ providers: scope: Instance renderingOptions: groupName: Authentication + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-InlineScript-Step service: WorkflowNodeStep title: Kubernetes / Pods / Execute Script @@ -2633,14 +2681,6 @@ providers: script-file: pods-run-script.py script-args: ${config.name} config: - - name: interpreter - title: Python Interpreter - description: "Python Interpreter (Default: python)" - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: name type: String title: "Pod Name" @@ -2720,3 +2760,13 @@ providers: scope: Instance renderingOptions: groupName: Authentication + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance From 7fe3446d8eaafc2b128a39a36e10811d662b6c45 Mon Sep 17 00:00:00 2001 From: Luis Toledo Date: Wed, 5 Apr 2023 13:37:22 -0400 Subject: [PATCH 3/7] remove interpreter for resource model --- plugin.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 6f68a4d..c7399d4 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -15,7 +15,7 @@ providers: service: ResourceModelSource plugin-type: script resource-format: resourcejson - script-interpreter: ${config.interpreter} -u + script-interpreter: python -u script-file: pods-resource-model.py config: - type: String @@ -126,16 +126,6 @@ providers: required: false renderingOptions: groupName: Authentication - - name: interpreter - title: Python Interpreter - renderingOptions: - groupName: Advanced - description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." - type: Select - values: "python,python2,python3" - default: "python" - required: true - scope: Instance - name: Kubernetes-node-executor service: NodeExecutor title: Kubernetes / Pods / Node Executor From 83f6c546ebc1e192ddcf4d4177d9738830ec6ccd Mon Sep 17 00:00:00 2001 From: Luis Toledo Date: Wed, 5 Apr 2023 13:38:52 -0400 Subject: [PATCH 4/7] cleaning --- .DS_Store | Bin 8196 -> 8196 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/.DS_Store b/.DS_Store index 3545caaeec52b4eeebdd3c889368cb0a17ac6300..2eca5a4fe0363b9b40016d5964c03b50c8e7dd24 100644 GIT binary patch delta 344 zcmZp1XmOa}&&atkU^hP_=VU=ak4 delta 42 tcmZp1XmOa}&&a+pU^hP_`(!~ukA_dBR3jiSr4&49% From 313a2a345bbebaf1c291f964ad5aaae2337f5fde Mon Sep 17 00:00:00 2001 From: Luis Toledo Date: Wed, 5 Apr 2023 13:40:13 -0400 Subject: [PATCH 5/7] cleaning --- .DS_Store | Bin 8196 -> 0 bytes .gitignore | 2 ++ 2 files changed, 2 insertions(+) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 2eca5a4fe0363b9b40016d5964c03b50c8e7dd24..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeHMU2GLa6h5aEI=i%X`Kj#^E?y{9ehS>u0xeLuv_&Y;Kxm-_N-ulw4(+Df-OJs* zEl_G|{0$n7KZzQDVu){$_@qJNqdyppiILz>)CYa>(P%XBNzd%;EwwEVCZ?LOlkA+C zbLQNc`R3a>IeP&BTk>WdKotNmdW6*GQ#C^ocJWLrMWIF^iR2H!!2ut<^oW<8Hab#7 z2t)`(2t)`(2t)|{9}u9JEeg9s+?UpA(NpTmom6Is0va5lEtJB z3biQ@2z=t9Oonn?%D|O=Q)Uksx?-4OpmZmDTns0f4CT0#(j8E`1BNqWn4w@WJNdtb3R6;A<>+W*L!vg`m>8>#%Vtx<*0C{#Rj#UQZa+PA{=(?Ru?Jt0Tf^{r zfbuC@eR-yRnqJ0E(@MqIX&~6%aH|BN=*0pEUll-5)cJb*{sU@CTR2R6JCyY;*YS?= zoJTUHm3xFod&YGR=eV$UXIwi!rg&ePZr|hUXv3 za)+i5b{E(8GIm^8cAF+QS#@%?Bt?KgbuuA)3LU);8z|1~gI@ZAm4);06g&;jz$@@3 zT!nYwJ@^Q2z{l_@d=B5h5AYNG0>8p<@H_m83>8$d6m?vI)wmK9*o50~J2qnr9>9ax zfrqdQPhlUX(7=Ao;#th0j~DS#d<-AQOZYs#im&18_y)d(*YI7uj_>0K_!)kI-^v9R z6*%1?`-K|6qt;Bc&4#q?n~AouJrC^tk7)aKso?5@g^LzfEUR9r2$7v7^KtOSEMsEL?1m*^_3_3CC-D<(cmYood?rp+VfN^7&aOVvQUanh{B zYE-(?{xJ(L!xgv=AHpZZzFY7;{0Kk8AH+Nb%dwJpw*+Ij4DZJ^xE5=1J#N89;^21N zfqQT-?!*1W!!A6A-FO^NU)QGsKjCBaQ@N zq-u1uE>T|_uiM-x;z-jb3MmcsTSOeGsNT5!NNUg?a@ diff --git a/.gitignore b/.gitignore index 72b2e49..431134b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ gradle-app.setting # End of https://www.gitignore.io/api/java,gradle + +.DS_Store \ No newline at end of file From 93da8642d38383530b83def92d5794df8fc9bf68 Mon Sep 17 00:00:00 2001 From: Luis Toledo Date: Wed, 5 Apr 2023 14:40:37 -0400 Subject: [PATCH 6/7] fix merge --- plugin.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugin.yaml b/plugin.yaml index d4afb42..685858e 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -871,6 +871,16 @@ providers: required: false renderingOptions: groupName: Config + - name: interpreter + title: Python Interpreter + renderingOptions: + groupName: Advanced + description: "This plugin is written in python. Use this to define the python interpreter that is used to execute this plugin." + type: Select + values: "python,python2,python3" + default: "python" + required: true + scope: Instance - name: Kubernetes-Wait-Deployment service: WorkflowNodeStep title: Kubernetes / Deployment / Waitfor From cdd2a07a8a3364385a5fe0214e620cd25d6b7964 Mon Sep 17 00:00:00 2001 From: Luis Toledo Date: Wed, 5 Apr 2023 14:41:38 -0400 Subject: [PATCH 7/7] cleaning --- plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yaml b/plugin.yaml index 685858e..5fc058d 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -880,7 +880,7 @@ providers: values: "python,python2,python3" default: "python" required: true - scope: Instance + scope: Instance - name: Kubernetes-Wait-Deployment service: WorkflowNodeStep title: Kubernetes / Deployment / Waitfor