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

Default container limit on a namespace

This commit is contained in:
Alena Prokharchyk
2019-02-01 16:37:56 -08:00
parent 2c7554d1de
commit 2b0e3415a4
6 changed files with 46 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ func main() {
v1.ServiceAccount{},
v1.ReplicationController{},
v1.ResourceQuota{},
v1.LimitRange{},
}, []interface{}{
v1.Node{},
v1.ComponentStatus{},