kubernetes-client/python

Add missing supports for kubernetes client stable and gold

Aberta

#166 aberto em 31 de mar. de 2017

 (16 comentários) (2 reações) (0 responsável)Python (3.323 forks)batch import
help wantedkind/featurelifecycle/frozen

Métricas do repositório

Stars
 (6.225 estrelas)
Métricas de merge de PR
 (Mesclagem média 10d 3h) (2 fundiu PRs em 30d)

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

Guia do colaborador