k8s icon indicating copy to clipboard operation
k8s copied to clipboard

Add Toleration model and tolerations field to PodSpec

Open hex2f opened this issue 1 year ago • 2 comments

hex2f avatar Jul 24 '23 19:07 hex2f

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.

mortenlj avatar Sep 08 '23 09:09 mortenlj

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.

mortenlj avatar Sep 08 '23 17:09 mortenlj