Mehdy Bohlool
Mehdy Bohlool
Python 3 has a type hinting feature very useful for auto complete. This issue is for tracking efforts on researching its backward compatibility with python 2 (`from __future__ import import...
I am using the tool to disable the key when I am on my laptop directly, but if I connect to an external monitor//keyboard the laptop is docked away and...
Exec and Attach class are non-standard calls that kubernetes API server uses to connect to a port of a pod/container or execute a command on them. It uses SPDY or...
Looks like there is a problem with 1.8 spec going forward [TODO:ref issue] that an array that marked as required can be null. Assuming an empty array is an acceptable...
according to new [kubernetes client guidelines](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/csi-new-client-library-procedure.md#client-capabilities) python client is beta support and has silver capabilities. We are almost there to have gold capabilities and stable support. missing parts are: Gold:...
Release branches in client-python are following a release branch in kubernetes main repo. If there is a patch for main repo's branch, we should figure out a way to at...
release process explained here: https://github.com/kubernetes-incubator/client-python/blob/master/devel/release.md only remaining task is before making fully automated process is to pass `~/.pypirc` values in command line.