File: README.md

package info (click to toggle)
python-kubernetes 30.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,980 kB
  • sloc: python: 126,462; sh: 699; makefile: 46
file content (17 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Python Client Examples

This directory contains various examples of how to use the Python client.
Please read the description at the top of each example for more information
about what the script does and any prerequisites. Most scripts also include
comments throughout the code.

## Setup

These scripts require Python 2.7 or 3.5+ and the Kubernetes client which can be
installed following the directions
[here](https://github.com/kubernetes-client/python#installation).

## Contributions

If you find a problem please file an
[issue](https://github.com/kubernetes-client/python/issues).