Skip to content

kialo/kubernetes-stubs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubernetes-stubs

Python type stubs for the Kubernetes API client. The code is contained in branches, which are named after the respective Kubernetes version.

Usage

pip install git+https://github.com/kialo/[email protected]

Change the version number accordingly.

Updating stubs

  • Commit your changes to non-autogenerated code on master. I.e. missing type annotations, dependency upgrades, etc.
  • Branch off or merge master into the corresponding version branch.
  • Checkout the corresponding version of the kubernetes-client submodule.
  • Generate API model stubs for each version branch independently: uv run codegen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages