From 8b62dc435316672e3e2023cd529780d95ce25fc5 Mon Sep 17 00:00:00 2001 From: lsviben Date: Tue, 3 Oct 2023 15:15:31 +0200 Subject: [PATCH] fix wording on initProvider Signed-off-by: lsviben --- pkg/pipeline/templates/crd_types.go.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/pipeline/templates/crd_types.go.tmpl b/pkg/pipeline/templates/crd_types.go.tmpl index f9d309c9..0d2ec280 100644 --- a/pkg/pipeline/templates/crd_types.go.tmpl +++ b/pkg/pipeline/templates/crd_types.go.tmpl @@ -17,8 +17,8 @@ import ( type {{ .CRD.Kind }}Spec struct { {{ .XPCommonAPIsPackageAlias }}ResourceSpec `json:",inline"` ForProvider {{ .CRD.ForProviderType }} `json:"forProvider"` - // THIS IS A BETA FIELD. It is not honored - // unless the relevant Crossplane feature flag is enabled. + // THIS IS A BETA FIELD. It will be honored + // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created.