fix priorityclass strategy comment

pull/564/head
wackxu 2018-04-23 11:35:42 +08:00
parent a048ca888a
commit 37fb3480cf
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type priorityClassStrategy struct {
// Strategy is the default logic that applies when creating and updating PriorityClass objects.
var Strategy = priorityClassStrategy{legacyscheme.Scheme, names.SimpleNameGenerator}
// NamespaceScoped returns true because all PriorityClasses are global.
// NamespaceScoped returns false because all PriorityClasses are global.
func (priorityClassStrategy) NamespaceScoped() bool {
return false
}