1
0
mirror of https://github.com/rancher/types.git synced 2025-05-09 23:56:18 +00:00

add service account type

This commit is contained in:
Aiwantaozi 2018-02-09 05:18:44 +08:00 committed by Darren Shepherd
parent 58becba975
commit 0de22e2129

View File

@ -26,6 +26,7 @@ func main() {
v1.Service{},
v1.Secret{},
v1.ConfigMap{},
v1.ServiceAccount{},
}, []interface{}{
v1.Node{},
v1.ComponentStatus{},