From 64c9bf947355b254ee360805608f68d6b0cf4028 Mon Sep 17 00:00:00 2001 From: "Chu Chun Chang (Helen)" Date: Mon, 4 Nov 2019 17:58:15 +0800 Subject: [PATCH] CRD scope first letter is capital letter --- pkg/crd/markers/crd.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/crd/markers/crd.go b/pkg/crd/markers/crd.go index 54cc688c7..f60b43060 100644 --- a/pkg/crd/markers/crd.go +++ b/pkg/crd/markers/crd.go @@ -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"` }