File tree Expand file tree Collapse file tree 5 files changed +1
-524
lines changed Expand file tree Collapse file tree 5 files changed +1
-524
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ require (
66 github.com/Masterminds/sprig/v3 v3.3.0
77 github.com/evanphx/json-patch/v5 v5.9.0
88 github.com/go-logr/zapr v1.3.0
9- github.com/gobuffalo/flect v1.0.3
109 github.com/kcp-dev/apimachinery/v2 v2.0.1-0.20240817110845-a9eb9752bfeb
1110 github.com/kcp-dev/client-go v0.0.0-20240912145314-f5949d81732a
1211 github.com/kcp-dev/code-generator/v2 v2.3.1
@@ -50,6 +49,7 @@ require (
5049 github.com/go-openapi/jsonpointer v0.19.6 // indirect
5150 github.com/go-openapi/jsonreference v0.20.2 // indirect
5251 github.com/go-openapi/swag v0.22.4 // indirect
52+ github.com/gobuffalo/flect v1.0.3 // indirect
5353 github.com/gogo/protobuf v1.3.2 // indirect
5454 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5555 github.com/golang/protobuf v1.5.4 // indirect
Original file line number Diff line number Diff line change 6969for f in internal/sync/crd/* .yaml; do
7070 beautify " $f "
7171done
72-
73- # embed all generated CRDs
74- EMBED_DIR=sdk/crd
75-
76- for apidir in $CRD_DIR /* /; do
77- api=" $( basename " $apidir " ) "
78- rm -rf -- " $EMBED_DIR /$api "
79- cp -ar " $CRD_DIR /$api " " $EMBED_DIR "
80- done
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments