Commit 7f396ca
committed
ipnet: add marker for controller-gen
Needed to tell controller-gen we're implementing our own marshalling.
Otherwise it fails for newer versions of controller-gen with
```
/go/src/github.com/openshift/installer/pkg/ipnet/ipnet.go:18:2: encountered struct field "" without JSON tag in type "IPNet"
```1 parent b1a4abe commit 7f396ca
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments