1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 13:18:20 +00:00

add type for alerting

This commit is contained in:
zionwu
2018-02-11 10:28:18 +08:00
parent d999b3b82d
commit 8d3e77ca68
3 changed files with 206 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ func main() {
generator.GenerateNativeTypes(v1beta2.SchemeGroupVersion, []interface{}{
v1beta2.Deployment{},
v1beta2.DaemonSet{},
v1beta2.StatefulSet{},
}, nil)
generator.GenerateNativeTypes(rbacv1.SchemeGroupVersion, []interface{}{
rbacv1.RoleBinding{},