Skip to content

Commit

Permalink
fix wording on initProvider
Browse files Browse the repository at this point in the history
Signed-off-by: lsviben <sviben.lovro@gmail.com>
  • Loading branch information
lsviben authored and turkenh committed Oct 11, 2023
1 parent 1539782 commit b3849f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/pipeline/templates/crd_types.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b3849f6

Please sign in to comment.