8000 GitHub - hamadakafu/slack-notify: custom resource definition
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hamadakafu/slack-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memo

kubebuilder

kubebuilder

使い方

CRDの定義

kubectl apply -f example/0crd.yaml
vim example/sample-slack-notify.yaml # incoming webhookのurlを設定
kubectl apply -f example/sample-slack-notify.yaml

開発

コントローラのビルド

make docker-build docker-push IMG=<some-registry>/controller

コントローラのデプロイ

make deploy IMG=<some-registry>/controller

SlackNotifyのデプロイ

kubectl apply -f example/sample-slack-notify.yaml

備考

テスト実行すると失敗するのでスキップしている

JSONPATHではなくJSONPath kubebuilder のアノテーション

About

custom resource definition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0