README
¶
devconsole-git
This service provides functionality for communications with git providers in DevConsole
Pre-requisites
To Download Dependencies
make deps
Build
make build
Clean
make clean
Deploy the operator in dev mode
- Make sure minishift is running
- In dev mode, simply run your operator locally:
make local
NOTE: To watch all namespaces,
APP_NAMESPACE
is set to empty string. If a specific namespace is provided only that project will watched. As we reuseopenshift
's imagestreams for build, we need to access all namespaces.
Deploy the operator with Deployment yaml
- Make sure minishift is running
- To deploy all necessary objects including the operator yaml file run:
make deploy-all
- Clean previously created resources
make clean-resources
Click to show internal directories.
Click to hide internal directories.