Update developer-guide.md
This commit is contained in:
parent
ccf54e8f26
commit
9950de4500
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue