1
0
mirror of https://github.com/rancher/os.git synced 2025-09-07 01:31:06 +00:00

Add operator

This commit is contained in:
Darren Shepherd
2021-10-20 10:58:54 -07:00
parent 0e46d19194
commit 5675644d9f
60 changed files with 5387 additions and 60 deletions

5
generate.go Normal file
View File

@@ -0,0 +1,5 @@
//go:generate go run pkg/codegen/cleanup/main.go
//go:generate /bin/rm -rf pkg/generated
//go:generate go run pkg/codegen/main.go
package os