Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tommy351/pullup
Update Kubernetes resources by webhooks.
https://github.com/tommy351/pullup
crd github-webhooks golang kubernetes kubernetes-controller kubernetes-deployment webhook
Last synced: 15 days ago
JSON representation
Update Kubernetes resources by webhooks.
- Host: GitHub
- URL: https://github.com/tommy351/pullup
- Owner: tommy351
- License: apache-2.0
- Created: 2019-02-18T10:12:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T03:47:58.000Z (over 1 year ago)
- Last Synced: 2024-10-11T20:48:08.686Z (about 1 month ago)
- Topics: crd, github-webhooks, golang, kubernetes, kubernetes-controller, kubernetes-deployment, webhook
- Language: Go
- Homepage: https://pullup.dev/
- Size: 3.81 MB
- Stars: 46
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Pullup
[![GitHub release](https://img.shields.io/github/release/tommy351/pullup.svg)](https://github.com/tommy351/pullup/releases) [![CircleCI](https://circleci.com/gh/tommy351/pullup/tree/master.svg?style=svg)](https://circleci.com/gh/tommy351/pullup/tree/master) [![codecov](https://codecov.io/gh/tommy351/pullup/branch/master/graph/badge.svg)](https://codecov.io/gh/tommy351/pullup)
Update Kubernetes resources by webhooks.
## Features
- Create, update or delete Kubernetes by HTTP webhooks.
- GitHub webhooks integration. Push and pull request events are supported currently.
- Copy existing resources and mutate copied resources with [Strategic Merge Patch](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-api-machinery/strategic-merge-patch.md) or [JSON Patch](http://jsonpatch.com/).## Documentation
Learn more on [the official site](https://pullup.dev).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for information about setting environment.