line-bot-operator

module
v0.0.0-...-c8ac227 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2019 License: Apache-2.0

README

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

Directories

Path Synopsis
pkg
apis/line/v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
Package v1alpha1 is the v1alpha1 version of the API.
generated/clientset/versioned
This package has the automatically generated clientset.
This package has the automatically generated clientset.
generated/clientset/versioned/fake
This package has the automatically generated fake clientset.
This package has the automatically generated fake clientset.
generated/clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
This package contains the scheme of the automatically generated clientset.
generated/clientset/versioned/typed/line/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
generated/clientset/versioned/typed/line/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL