k8s
k8s copied to clipboard
Add Toleration model and tolerations field to PodSpec
I'm sorry this has been left for so long.
Since you opened the PR, we have dropped Python 2 support and removed usage of six in the project. Your uses of six.text_type
needs to be replaced with just str
, and it should be good to go. I'll try to merge within a reasonable time when you fix it.
I see there are a couple code style issues too, if you could fix those that would be great. I recommend running tox locally to check that everything is in order before committing.