Skip to content

Commit

Permalink
fix wording on initProvider
Browse files Browse the repository at this point in the history
Signed-off-by: lsviben <[email protected]>
  • Loading branch information
lsviben committed Oct 3, 2023
1 parent 1ebac12 commit 8b62dc4
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 @@ -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.
Expand Down

0 comments on commit 8b62dc4

Please sign in to comment.