kubernetes-client/python

Add missing supports for kubernetes client stable and gold

Open

#166 geöffnet am 31. März 2017

Auf GitHub ansehen
 (16 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Python (3.323 Forks)batch import
help wantedkind/featurelifecycle/frozen

Repository-Metriken

Stars
 (6.225 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 10T 3h) (2 gemergte PRs in 30 T)

Beschreibung

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