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.
1 parent d556e7d commit 64c9bf9Copy full SHA for 64c9bf9
pkg/crd/markers/crd.go
@@ -288,9 +288,9 @@ type Resource struct {
288
// The singular form is otherwise defaulted off the plural (path).
289
Singular string `marker:",optional"`
290
291
- // Scope overrides the scope of the CRD (cluster vs namespaced).
+ // Scope overrides the scope of the CRD (Cluster vs Namespaced).
292
//
293
- // Scope defaults to "namespaced". Cluster-scoped ("cluster") resources
+ // Scope defaults to "Namespaced". Cluster-scoped ("Cluster") resources
294
// don't exist in namespaces.
295
Scope string `marker:",optional"`
296
}
0 commit comments