Home
last modified time | relevance | path

Searched refs:KubernetesBatchSystem (Results 1 – 2 of 2) sorted by relevance

/dports/misc/py-toil/toil-5.4.0/src/toil/batchSystems/
H A Dregistry.py57 from toil.batchSystems.kubernetes import KubernetesBatchSystem
58 return KubernetesBatchSystem
H A Dkubernetes.py92 class KubernetesBatchSystem(BatchSystemCleanupSupport): class
98 super(KubernetesBatchSystem, self).__init__(config, maxCores, maxMemory, maxDisk)