1
0
mirror of https://github.com/rancher/types.git synced 2025-04-27 18:25:05 +00:00

Endpoints lister

This commit is contained in:
Alena Prokharchyk 2018-01-03 13:43:17 -08:00 committed by Darren Shepherd
parent ba910f717a
commit fff1769c30

View File

@ -19,6 +19,7 @@ func main() {
generator.Generate(clusterSchema.Schemas)
generator.Generate(projectSchema.Schemas)
generator.GenerateNativeTypes(v1.SchemeGroupVersion, []interface{}{
v1.Endpoints{},
v1.Pod{},
v1.Service{},
v1.Secret{},