https://github.com/serenasensini/openshiftpytemplate
https://github.com/serenasensini/openshiftpytemplate
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/serenasensini/openshiftpytemplate
- Owner: serenasensini
- Created: 2022-06-05T19:28:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T16:06:45.000Z (over 3 years ago)
- Last Synced: 2025-03-10T18:05:28.925Z (10 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenShift--PyTemplating
# Synopsis
Py script to write an OpenShift template using a simple wizard through the CLI. This will produce a template in YAML and JSON format.
# Demo

# Installation
Only for Python 3.x.
Just run:
```
pip install -r requirements.txt
python3 main.py
```
# Available objects
- DeploymentConfig
- Route
- Service (ClusterIP)
- ConfigMap
- Secret
- PVC
- Imagestream
- Deployment
- PV
# TODO
Add:
- Service (NodePort, ExternalName)
- StatefulSet
- Build
- BuildConfig
Enhance:
- DeploymentConfig Configuration with ENV and commands properties