Categorygithub.com/dbsystel/kube-controller-dbsystel-go-common
repository
0.0.0-20220224100924-09360af09399
Repository: https://github.com/dbsystel/kube-controller-dbsystel-go-common.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

:warning: The project has been archived and is no longer maintained!

Go Common

This repository contains Go libraries that are shared across dbsystel components and libraries, e.g. alertmanager-config-controller.

  • controller: Basic kubernetes controllers, it supports as of now configmap and ingress resources - based on grafana-operator
  • controller-template: Shows how to implement custom kubernetes controller - based on grafana-operator
  • kubernetes A kubernetes client run in/outside k8s-cluster - based on grafana-operator
  • log: A logging wrapper - based on promlog