mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-02-10 22:10:15 +00:00
* generating CRDs with controller-tools and embedding in binary Signed-off-by: Adnan Abdulhussein <aadnan@vmware.com>
5 lines
133 B
Go
5 lines
133 B
Go
// Package crds embeds the controller-tools generated CRD manifests
|
|
package crds
|
|
|
|
//go:generate go run ../../../hack/crd-gen/main.go
|