1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 12:48:45 +00:00

add configmap type

This commit is contained in:
Aiwantaozi
2018-02-09 05:17:18 +08:00
committed by Darren Shepherd
parent 92a65d69fa
commit 57f82204bd

View File

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