kubernetes-client/python

Add missing supports for kubernetes client stable and gold

Open

#166 opened on Mar 31, 2017

View on GitHub
 (16 comments) (2 reactions) (0 assignees)Python (6,225 stars) (3,323 forks)batch import
help wantedkind/featurelifecycle/frozen

Description

according to new kubernetes client guidelines python client is beta support and has silver capabilities. We are almost there to have gold capabilities and stable support. missing parts are:

Gold:

  • Support attach, port-forward calls
  • Proto encoding
  • Generated examples #252 #219

Stable:

  • N documented users of the library
  • Support level documented per-platform
  • Deprecation policy (backwards compatibility guarantees documented)
  • Release process well documented

Contributor guide