Skip to content

Commit 257814f

Browse files
authored
Merge pull request #355 from c6h3un/crd-scope-upper-case
📖 CRD scope
2 parents e2087ee + 64c9bf9 commit 257814f

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
@@ -266,9 +266,9 @@ type Resource struct {
266266
// The singular form is otherwise defaulted off the plural (path).
267267
Singular string `marker:",optional"`
268268

269-
// Scope overrides the scope of the CRD (cluster vs namespaced).
269+
// Scope overrides the scope of the CRD (Cluster vs Namespaced).
270270
//
271-
// Scope defaults to "namespaced". Cluster-scoped ("cluster") resources
271+
// Scope defaults to "Namespaced". Cluster-scoped ("Cluster") resources
272272
// don't exist in namespaces.
273273
Scope string `marker:",optional"`
274274
}

0 commit comments

Comments
 (0)