File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
certificates/certificates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ type csrStrategy struct {
40
40
// CSR objects.
41
41
var Strategy = csrStrategy {legacyscheme .Scheme , names .SimpleNameGenerator }
42
42
43
- // NamespaceScoped is true for CSRs.
43
+ // NamespaceScoped is false for CSRs.
44
44
func (csrStrategy ) NamespaceScoped () bool {
45
45
return false
46
46
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ var _ rest.RESTCreateStrategy = Strategy
44
44
// Strategy should implement rest.RESTUpdateStrategy
45
45
var _ rest.RESTUpdateStrategy = Strategy
46
46
47
- // NamespaceScoped is true for ClusterRoles.
47
+ // NamespaceScoped is false for ClusterRoles.
48
48
func (strategy ) NamespaceScoped () bool {
49
49
return false
50
50
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ var _ rest.RESTCreateStrategy = Strategy
44
44
// Strategy should implement rest.RESTUpdateStrategy
45
45
var _ rest.RESTUpdateStrategy = Strategy
46
46
47
- // NamespaceScoped is true for ClusterRoleBindings.
47
+ // NamespaceScoped is false for ClusterRoleBindings.
48
48
func (strategy ) NamespaceScoped () bool {
49
49
return false
50
50
}
You can’t perform that action at this time.
0 commit comments