Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/travisghansen/kubernetes-controller-php
reusable Kubernetes controller base
https://github.com/travisghansen/kubernetes-controller-php
api controller k8s kubernetes php plugin plugins
Last synced: 3 months ago
JSON representation
reusable Kubernetes controller base
- Host: GitHub
- URL: https://github.com/travisghansen/kubernetes-controller-php
- Owner: travisghansen
- License: apache-2.0
- Created: 2018-09-07T08:21:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T17:03:01.000Z (over 1 year ago)
- Last Synced: 2024-07-16T03:51:37.469Z (7 months ago)
- Topics: api, controller, k8s, kubernetes, php, plugin, plugins
- Language: PHP
- Size: 31.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intro
Re-usable controller class for creating powerful kubernetes integrations using
watches or standard RESTful calls.# Example
See [sample.php](sample.php)# TODO
* add pre/post config loaded hooks
* add controller init hook