Python client for Container Infrastructure Management Service
Go to file
Travis Holton de11f40d0c Update client.authentication.k8s.io api version for kubeconfig
The v1alpha1 version is removed in kubernetes 1.24. v1beta1 was added in
Kubernetes 1.11 and should be supported through existing versions.

Change-Id: I446b8c1c9b46fb8d70317f271a6a650d2a1bbefa
2023-02-16 06:29:39 +00:00
doc remove unicode from code 2022-08-25 10:22:04 +08:00
magnumclient Update client.authentication.k8s.io api version for kubeconfig 2023-02-16 06:29:39 +00:00
releasenotes Merge "remove unicode from code" 2022-11-10 11:16:15 +00:00
tools Fix coverage test 2019-06-03 19:34:36 +10:00
.coveragerc Cleanup coverage configuration 2016-08-28 21:47:22 +01:00
.gitignore Switch to stestr 2018-07-24 15:44:42 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:49 +00:00
.mailmap Added project required files. 2014-11-21 08:33:53 +09:00
.stestr.conf Switch to stestr 2018-07-24 15:44:42 +07:00
.zuul.yaml Switch to 2023.1 Python3 unit tests and generic template name 2022-09-16 12:26:29 +00:00
CONTRIBUTING.rst replace launchpad urls with storyboard urls 2019-09-04 15:50:32 +08:00
LICENSE Initial commit 2014-11-18 14:38:31 -07:00
README.rst Merge "replace launchpad urls with storyboard urls" 2020-04-29 08:12:49 +00:00
babel.cfg Remove translation sections from setup.cfg 2022-05-03 09:26:15 +00:00
requirements.txt Merge "Remove translation sections from setup.cfg" 2022-05-11 09:44:30 +00:00
setup.cfg Update python testing as per zed cycle testing runtime 2022-09-05 07:43:08 +00:00
setup.py Cleanup py27 support 2020-04-04 16:55:16 +02:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 19:32:36 -05:00
tox.ini Support tox4 2023-02-16 16:27:03 +11:00

README.rst

Team and repository tags

image

Python bindings to the Magnum API

Latest Version

Downloads

This is a client library for Magnum built on the Magnum API. It provides a Python API (the magnumclient module) and a command-line tool (magnum).

Development takes place via the usual OpenStack processes as outlined in the developer guide.