Skip to content

Commit 64c9bf9

Browse files
committed
CRD scope first letter is capital letter
1 parent d556e7d commit 64c9bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/crd/markers/crd.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ type Resource struct {
288288
// The singular form is otherwise defaulted off the plural (path).
289289
Singular string `marker:",optional"`
290290

291-
// Scope overrides the scope of the CRD (cluster vs namespaced).
291+
// Scope overrides the scope of the CRD (Cluster vs Namespaced).
292292
//
293-
// Scope defaults to "namespaced". Cluster-scoped ("cluster") resources
293+
// Scope defaults to "Namespaced". Cluster-scoped ("Cluster") resources
294294
// don't exist in namespaces.
295295
Scope string `marker:",optional"`
296296
}

0 commit comments

Comments
 (0)