Update developer-guide.md

This commit is contained in:
antoniaklja 2018-12-19 22:57:27 +01:00
parent ccf54e8f26
commit 9950de4500
1 changed files with 2 additions and 9 deletions

View File

@ -58,19 +58,12 @@ See the project [README][jenkins-operator] for more details.
### `pkg/apis/virtuslab/v1alpha1/jenkins_types` has changed ### `pkg/apis/virtuslab/v1alpha1/jenkins_types` has changed
Generate deepcopy using operator-sdk: Run:
```bash ```bash
operator-sdk generate k8s make deepcopy-gen
``` ```
output should be simillar to:
```
INFO[0000] Running code-generation for Custom Resource group versions: [virtuslab:v1alpha1, ]
Generating deepcopy funcs
INFO[0001] Code-generation complete.
```
### Getting Jenkins URL and basic credentials ### Getting Jenkins URL and basic credentials