1
0
mirror of https://github.com/rancher/types.git synced 2025-04-28 02:30:07 +00:00

Generate native service

This commit is contained in:
Darren Shepherd 2017-12-29 15:20:21 -07:00
parent 48ea1fb8fe
commit 37d46e733c

View File

@ -20,6 +20,7 @@ func main() {
generator.Generate(projectSchema.Schemas)
generator.GenerateNativeTypes(v1.SchemeGroupVersion, []interface{}{
v1.Pod{},
v1.Service{},
}, []interface{}{
v1.Node{},
v1.ComponentStatus{},