databricks / click

The "Command Line Interactive Controller for Kubernetes"
Apache License 2.0
1.49k stars 84 forks source link

Add jobs support #68

Closed lofim closed 6 years ago

lofim commented 6 years ago

Added basic support for jobs command, addressing #67.

It follows the code for deployments command with the exception of displaying job relevant data.

It builds on my previous contribution #63 so that might not be desired.

nicklan commented 6 years ago

This is great thanks! You seem to have made two PRs with the same set of commits (the config changes and the jobs support). Would it be possible to split them so I can test and merge each one separately?

Thanks!

lofim commented 6 years ago

Thanks for the review. It's nice to see activity after some time.

You seem to have made two PRs with the same set of commits

TBH, I put this together at a point where it seemed that project is dead. It scratched my itch so I thought other people might find this useful.

I'll try to rebase the config commits out and address the issues.

lofim commented 6 years ago

I'll close this PR and create a new one with the rebased commits. Sorry for the mess.