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

add secret

This commit is contained in:
Daishan Peng
2018-01-04 14:05:51 -07:00
parent 1755dbc0a4
commit 3ad963c1fd

View File

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