You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/crossplane/core/core.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -112,13 +112,13 @@ type startCommand struct {
112
112
113
113
EnableExternalSecretStoresbool`group:"Alpha Features:" help:"Enable support for External Secret Stores."`
114
114
EnableRealtimeCompositionsbool`group:"Alpha Features:" help:"Enable support for realtime compositions, i.e. watching composed resources and reconciling compositions immediately when any of the composed resources is updated."`
115
-
EnableSSAClaimsbool`group:"Alpha Features:" help:"Enable support for using Kubernetes server-side apply to sync claims with composite resources (XRs)."`
116
115
EnableDependencyVersionUpgradesbool`group:"Alpha Features:" help:"Enable support for upgrading dependency versions when the parent package is updated."`
117
116
EnableSignatureVerificationbool`group:"Alpha Features:" help:"Enable support for package signature verification via ImageConfig API."`
118
117
119
118
EnableCompositionWebhookSchemaValidationbool`default:"true" group:"Beta Features:" help:"Enable support for Composition validation using schemas."`
120
119
EnableDeploymentRuntimeConfigsbool`default:"true" group:"Beta Features:" help:"Enable support for Deployment Runtime Configs."`
121
120
EnableUsagesbool`default:"true" group:"Beta Features:" help:"Enable support for deletion ordering and resource protection with Usages."`
121
+
EnableSSAClaimsbool`default:"true" group:"Beta Features:" help:"Enable support for using Kubernetes server-side apply to sync claims with composite resources (XRs)."`
122
122
123
123
// These are GA features that previously had alpha or beta feature flags.
124
124
// You can't turn off a GA feature. We maintain the flags to avoid breaking
features.NewWithDescription(t.Name(), "Tests that field removals in a claim are correctly propagated to the associated composite resource (XR), ensuring that updates and deletions are properly synchronized, and that the status from the XR is accurately reflected back to the claim.").
features.NewWithDescription(t.Name(), "Tests that field removals in a composite resource (XR) are correctly propagated after upgrading the field managers from CSA to SSA, verifying that the upgrade process does not interfere with the synchronization of fields between the claim and the XR.").
features.NewWithDescription(t.Name(), "Tests Crossplane's end-to-end SSA syncing functionality of clear propagation of fields from claim->XR->MR, when existing composition and resources are migrated from native P-and-T to functions pipeline mode.").
features.NewWithDescription(t.Name(), "Tests that label selectors in a claim are correctly propagated to the composite resource (XR), ensuring that the appropriate composition is selected and remains consistent even after updates to the label selectors.").
0 commit comments