Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuttgart-things/stagetime-informer
informs dynamic of stageTime resource status
https://github.com/stuttgart-things/stagetime-informer
golang informer kubernetes redis-client resources
Last synced: 2 days ago
JSON representation
informs dynamic of stageTime resource status
- Host: GitHub
- URL: https://github.com/stuttgart-things/stagetime-informer
- Owner: stuttgart-things
- License: apache-2.0
- Created: 2023-07-02T17:35:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T14:20:45.000Z (9 months ago)
- Last Synced: 2024-06-22T18:11:07.926Z (5 months ago)
- Topics: golang, informer, kubernetes, redis-client, resources
- Language: Go
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stuttgart-things/stageTime-informer
informs dynamic of stageTime resource status
## DEV-TASKS
```bash
task --list: Available tasks for this project
* build: Build the app
* build-image: Build image
* git-push: Commit & push the module
* lint: Lint code
* package: Update Chart.yaml and package archive
* push: Push to registry
* run: Run app
* run-container: Run container
* tag: Commit, push & tag the module
* test: Test code
* vcluster: Test deploy on vcluster
```## TEST SERVICE LOCALLY (OUTSIDE CLUSTER)
START CONSUMER
```
export KUBECONFIG=~/.kube/dev11
export INFORMING_KINDS="jobs;configmaps"
export INFORMING_NAMESPACE=machine-shop-packer
export REDIS_PASSWORD=
export REDIS_SERVER=redis-pve.labul.sva.de
export REDIS_PORT=6379
task run
```## LICENSE
APACHE 2.0
Copyright 2023 patrick hermann.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.Author Information
------------------
Patrick Hermann, stuttgart-things 07/2023