1
0
mirror of https://github.com/rancher/types.git synced 2025-09-12 13:03:45 +00:00

add compose type, add compose generator

This commit is contained in:
Daishan Peng
2018-02-19 22:53:39 -07:00
committed by Darren Shepherd
parent 84e0c8d143
commit 8ad7a4777f
7 changed files with 235 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ import (
)
func main() {
generator.GenerateComposeType(projectSchema.Schemas, managementSchema.Schemas, clusterSchema.Schemas)
generator.Generate(managementSchema.Schemas)
generator.Generate(publicSchema.PublicSchemas)
generator.Generate(clusterSchema.Schemas)