This commit is contained in:
2026-08-23 13:06:39 +02:00
parent b0a5447797
commit f227d054b8
18 changed files with 819 additions and 30 deletions

17
k8s-dvfs/build.gradle Normal file
View File

@@ -0,0 +1,17 @@
plugins {
id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.15'
}
version = '0.1.0'
nextflowPlugin {
nextflowVersion = '25.10.0'
provider = 'recreational.tech'
className = 'recreationaltech.plugin.K8sDvfsPlugin'
extensionPoints = [
'recreationaltech.plugin.K8sDvfsExtension',
'recreationaltech.plugin.K8sDvfsFactory'
]
}