Skip to content

Commit

Permalink
Merge pull request #355 from c6h3un/crd-scope-upper-case
Browse files Browse the repository at this point in the history
📖 CRD scope
  • Loading branch information
k8s-ci-robot authored Nov 15, 2019
2 parents e2087ee + 64c9bf9 commit 257814f
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 @@ -266,9 +266,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 257814f

Please sign in to comment.