nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

Cleanup K8s code

Open bentsherman opened this issue 2 years ago • 0 comments

This PR includes a few general changes to K8s classes to improve readability. I might review the rest of the K8s code before making this PR ready to review.

  • reorganize pod options to alphabetical order
  • reorganize pod spec builder to be more readable
  • rename HostMount to HostPath (corresponds to hostPath volume in K8s)

bentsherman avatar Apr 07 '22 17:04 bentsherman