mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-03 22:06:07 +00:00
* update import paths to github.com/vmware-tanzu/... Signed-off-by: Steve Kriss <krisss@vmware.com> * update other GH org refs to vmware-tanzu Signed-off-by: Steve Kriss <krisss@vmware.com> * site and docs: update GH org to vmware-tanzu Signed-off-by: Steve Kriss <krisss@vmware.com> * update travis badge links on docs readmes Signed-off-by: Steve Kriss <krisss@vmware.com>
1.1 KiB
1.1 KiB
Development
Update generated files
Run make update to regenerate files if you make the following changes:
- Add/edit/remove command line flags and/or their help text
- Add/edit/remove commands or subcommands
- Add new API types
Run generate-proto.sh to regenerate files if you make the following changes:
- Add/edit/remove protobuf message or service definitions. These changes require the proto compiler and compiler plugin
protoc-gen-goversion v1.0.0.
The following files are automatically generated from the source code:
- The clientset
- Listers
- Shared informers
- Documentation
- Protobuf/gRPC types
You can run make verify to ensure that all generated files (clientset, listers, shared informers, docs) are up to date.
Test
To run unit tests, use make test.
Vendor dependencies
If you need to add or update the vendored dependencies, see Vendoring dependencies.