https://github.com/lowang-bh/label-operator
operator-sdk-daemon
https://github.com/lowang-bh/label-operator
Last synced: 3 months ago
JSON representation
operator-sdk-daemon
- Host: GitHub
- URL: https://github.com/lowang-bh/label-operator
- Owner: lowang-bh
- Created: 2021-06-26T08:44:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T09:06:07.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T06:09:30.611Z (4 months ago)
- Language: Makefile
- Size: 5.89 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# label-operator
```sh
make run
```## operator-sdk create controllers steps
1. operator-sdk init --domain=lowang.io --repo=github.com/lowang-bh/label-operator
2. operator-sdk create api --group=core --version=v1 --kind=Pod --controller=true --resource=false
3. write logic