Skip to content

Commit

Permalink
Ankaggar/consolidate crds (#2171)
Browse files Browse the repository at this point in the history
* organise related swiftv2 CRDs in same GV package

* fix linter error

* update crdgen

* consolidate external swiftv2 crds

* fix manifests

* more changes

* update crdgen

* resolve merge conflicts

* fix crdgen check failure

* further flatten swiftv2 crds

* fix UT failure
  • Loading branch information
aggarwal0009 committed Aug 23, 2023
1 parent e767b15 commit 35c6833
Show file tree
Hide file tree
Showing 46 changed files with 718 additions and 1,074 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/crdgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ jobs:
run: make -C crd/nodenetworkconfig
- name: Regenerate MultitenantNetworkContainer CRD
run: make -C crd/multitenantnetworkcontainer
- name: Regenerate PodNetworkInstance CRD
run: make -C crd/external/podnetworkinstance
- name: Regenerate PodNetwork CRD
run: make -C crd/external/podnetwork
- name: Regenerate NodeInfo CRD
run: make -C crd/nodeinfo
- name: Regenerate MultitenantPodNetworkConfig CRD
run: make -C crd/multitenantpodnetworkconfig
- name: Regenerate Multitenancy CRDs
run: make -C crd/multitenancy
- name: Fail if the tree is dirty
run: test -z "$(git status --porcelain)"
19 changes: 0 additions & 19 deletions crd/external/podnetwork/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions crd/external/podnetwork/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions crd/external/podnetwork/api/v1alpha1/groupversion_info.go

This file was deleted.

103 changes: 0 additions & 103 deletions crd/external/podnetwork/api/v1alpha1/zz_generated.deepcopy.go

This file was deleted.

84 changes: 0 additions & 84 deletions crd/external/podnetwork/client.go

This file was deleted.

24 changes: 0 additions & 24 deletions crd/external/podnetwork/embed.go

This file was deleted.

21 changes: 0 additions & 21 deletions crd/external/podnetwork/embed_test.go

This file was deleted.

19 changes: 0 additions & 19 deletions crd/external/podnetworkinstance/Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions crd/external/podnetworkinstance/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions crd/external/podnetworkinstance/api/v1alpha1/groupversion_info.go

This file was deleted.

Loading

0 comments on commit 35c6833

Please sign in to comment.