Merge pull request #62979 from wackxu/comment

fix priorityclass strategy comment
pull/564/head
Kubernetes Prow Robot 2019-02-01 07:44:15 -08:00 committed by GitHub
commit c5fa271dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,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
}