ResourceQuota add object count support for secret and volume claims

This commit is contained in:
derekwaynecarr
2015-04-08 17:03:56 -04:00
parent a3e8e80572
commit 06eb45fb75
11 changed files with 85 additions and 2 deletions

View File

@@ -80,6 +80,8 @@ var standardResources = util.NewStringSet(
string(ResourceQuotas),
string(ResourceServices),
string(ResourceReplicationControllers),
string(ResourceSecrets),
string(ResourcePersistentVolumeClaims),
string(ResourceStorage))
func IsStandardResourceName(str string) bool {