We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2087ee + 64c9bf9 commit 257814fCopy full SHA for 257814f
pkg/crd/markers/crd.go
@@ -266,9 +266,9 @@ type Resource struct {
266
// The singular form is otherwise defaulted off the plural (path).
267
Singular string `marker:",optional"`
268
269
- // Scope overrides the scope of the CRD (cluster vs namespaced).
+ // Scope overrides the scope of the CRD (Cluster vs Namespaced).
270
//
271
- // Scope defaults to "namespaced". Cluster-scoped ("cluster") resources
+ // Scope defaults to "Namespaced". Cluster-scoped ("Cluster") resources
272
// don't exist in namespaces.
273
Scope string `marker:",optional"`
274
}
0 commit comments