add pvc storage to LimitRange
This commit is contained in:
@@ -123,6 +123,7 @@ func IsStandardContainerResourceName(str string) bool {
|
||||
var standardLimitRangeTypes = sets.NewString(
|
||||
string(LimitTypePod),
|
||||
string(LimitTypeContainer),
|
||||
string(LimitTypePersistentVolumeClaim),
|
||||
)
|
||||
|
||||
// IsStandardLimitRangeType returns true if the type is Pod or Container
|
||||
|
Reference in New Issue
Block a user