File tree Expand file tree Collapse file tree 2 files changed +3423
-3423
lines changed Expand file tree Collapse file tree 2 files changed +3423
-3423
lines changed Original file line number Diff line number Diff line change @@ -252,11 +252,11 @@ generate-crd:
252252
253253#  TODO(cbandy): Run config/crd through Kustomize to pickup any patches there.
254254generate-crd-docs :
255- GOBIN=' $(CURDIR)/hack/tools' 4.0 
256- $( CURDIR ) \ 
257- --resources $( CURDIR ) \ 
258- --output  $( CURDIR ) /docs/content/references/crd.md  \ 
259- --template  $( CURDIR ) /hack/api-template.tmpl 
255+ GOBIN=' $(CURDIR)/hack/tools' 5.2 
256+ . /hack/tools/crdoc \ 
257+ --resources . /config/crd/bases \ 
258+ --template ./hack/api-template.tmpl  \ 
259+ --output ./docs/content/references/crd.md 
260260
261261generate-deepcopy :
262262GOBIN=' $(CURDIR)/hack/tools' \ 
                         You can’t perform that action at this time. 
           
                  
0 commit comments