Skip to content

Commit

Permalink
CRD scope first letter is capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
c6h3un committed Nov 4, 2019
1 parent d556e7d commit 64c9bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/crd/markers/crd.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ type Resource struct {
// The singular form is otherwise defaulted off the plural (path).
Singular string `marker:",optional"`

// Scope overrides the scope of the CRD (cluster vs namespaced).
// Scope overrides the scope of the CRD (Cluster vs Namespaced).
//
// Scope defaults to "namespaced". Cluster-scoped ("cluster") resources
// Scope defaults to "Namespaced". Cluster-scoped ("Cluster") resources
// don't exist in namespaces.
Scope string `marker:",optional"`
}
Expand Down

0 comments on commit 64c9bf9

Please sign in to comment.