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

Add PVC to client

This commit is contained in:
Darren Shepherd 2018-07-13 13:26:51 -07:00
parent 7787d68450
commit a21edd69e2

View File

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