From b3849f6e5f8c88e91f76d9b65ee433437c0df72c 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 d0c37a8a..a3f9adba 100644 --- a/pkg/pipeline/templates/crd_types.go.tmpl +++ b/pkg/pipeline/templates/crd_types.go.tmpl @@ -21,8 +21,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.