databricks / click

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

add statefulset support #79

Closed lofim closed 5 years ago

lofim commented 5 years ago

Adding support for statefulsets. Again this is mostly based on other similar parts (replicasets) of the program.

The patch compatibility goes back to v1.9 as v1.8 and earlier mark the API as beta.

lofim commented 5 years ago

Also this should address #53

maver1ck commented 5 years ago

@nicklan ?

nicklan commented 5 years ago

Awesome, thanks! :)