Skip to content

Sungjun-Ohh/validationwebhook

Repository files navigation

Admissions Webhook Flask Server

A Kuberentes admissions controller webhook written in python for validating and mutating validations.

Flask environment setup

Create a virtual environment

virtualenv venv

# Install requirements
venv/bin/pip install -r requirements.txt

# Start the app for testing locally
venv/bin/python admissions-webhook.py

Access the app on port 5000 and try the API endpoints:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published