fixes: some wrong comments

This commit is contained in:
renxiang
2019-02-18 19:02:28 +08:00
parent 30c7df5cd8
commit 8c8a9f850b
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ type csrStrategy struct {
// CSR objects.
var Strategy = csrStrategy{legacyscheme.Scheme, names.SimpleNameGenerator}
// NamespaceScoped is true for CSRs.
// NamespaceScoped is false for CSRs.
func (csrStrategy) NamespaceScoped() bool {
return false
}