Commit c835d41
committed
fix(api): Fix API group mismatch between Go code and CRD
Changed API group from vnf.oran.io to mano.oran.io:
- Updated GroupVersion in vnf_types.go
- Now matches the CRD definition in config/crd/bases/mano.oran.io_vnfs.yaml
- Fixes "no matches for vnf.oran.io/v1alpha1" error in tests
This was causing VNF Controller test failures because the test environment
loaded the CRD with group mano.oran.io but the Go client was looking for
resources in vnf.oran.io group.1 parent 8e730b6 commit c835d41
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments