add pvc storage to LimitRange
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user