Skip to content

An operator deploys/manages/configures LINE bot atop Kubernetes.

License

Notifications You must be signed in to change notification settings

kairen/line-bot-operator

Repository files navigation

Build Status codecov Docker Pulls Hex.pm

LINE Bot Operator

An operator provides LINE bot that makes it easy to deploy on Kubernetes.

Concepts

This operator has three fundamental concepts:

  • Bot defines the desired spec of the Bot deployment.
  • Event defines eventing rules for a bot instance.
  • EventBinding defines the set of events to be used by the bot. You select Events to be bound using labels and label selectors.

Building from Source

Clone repo into your go path under $GOPATH/src:

$ git clone https://github.com/kairen/line-bot-operator.git $GOPATH/src/github.com/kairen/line-bot-operator
$ cd $GOPATH/src/github.com/kairen/line-bot-operator
$ make dep
$ make

About

An operator deploys/manages/configures LINE bot atop Kubernetes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages