add pvc storage to LimitRange

This commit is contained in:
markturansky
2016-08-15 10:19:15 -04:00
parent bd3664cbef
commit 0d40104c1d
8 changed files with 289 additions and 117 deletions

View File

@@ -2655,6 +2655,8 @@ const (
LimitTypePod LimitType = "Pod"
// Limit that applies to all containers in a namespace
LimitTypeContainer LimitType = "Container"
// Limit that applies to all persistent volume claims in a namespace
LimitTypePersistentVolumeClaim LimitType = "PersistentVolumeClaim"
)
// LimitRangeItem defines a min/max usage limit for any resource that matches on kind