package
1.13.0
Repository: https://github.com/kubeshop/botkube.git
Documentation: pkg.go.dev

# README

ConfigMap watcher source

Kubernetes ConfigMap watcher is an example Botkube source plugin used during e2e tests. It's not meant for production usage.

Configuration parameters

The configuration should be specified in the YAML format. Such parameters are supported:

configMap:
  name: cm-map-watcher # config map name to react to
  namespace: botkube  # config map namespace

# Structs

CMWatcher implements Botkube source plugin.
No description provided by the author
No description provided by the author