Skip to content

Commit

Permalink
Add ConfigDrive in zz_generated.deepcopy.go (#309)
Browse files Browse the repository at this point in the history
This PR adds ConfigDrive zz_generated.deepcopy.go by executing go
generate under pkg/apis and fix Makefile to prevent from missing.
  • Loading branch information
hidekazuna authored and k8s-ci-robot committed Apr 20, 2019
1 parent 8ef0e5a commit af25ee9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test: unit functional

check: depend fmt vet lint

unit: depend
unit: generate depend
go test -tags=unit $(shell go list ./...) $(TESTARGS)

functional:
Expand All @@ -87,7 +87,7 @@ endif
vet:
go vet ./...

cover: depend
cover: generate depend
go test -tags=unit $(shell go list ./...) -cover

docs:
Expand Down
23 changes: 20 additions & 3 deletions pkg/apis/openstackproviderconfig/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af25ee9

Please sign in to comment.