Skip to content

Commit

Permalink
Merge pull request #5948 from haarchri/fix/compositionModePipeline-re…
Browse files Browse the repository at this point in the history
…move-beta

fix(ga): remove beta for CompositionModePipeline
  • Loading branch information
negz authored Sep 10, 2024
2 parents d0e9a6d + fe17a8d commit d0f6de6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions apis/apiextensions/v1/composition_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ const (
// CompositionModePipeline indicates that a Composition specifies a pipeline
// of Composition Functions, each of which is responsible for producing
// composed resources that Crossplane should create or update.
//
// THIS IS A BETA FEATURE. It is not honored if the relevant Crossplane
// feature flag is disabled.
CompositionModePipeline CompositionMode = "Pipeline"
)

Expand Down
3 changes: 0 additions & 3 deletions apis/apiextensions/v1beta1/zz_generated.composition_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ const (
// CompositionModePipeline indicates that a Composition specifies a pipeline
// of Composition Functions, each of which is responsible for producing
// composed resources that Crossplane should create or update.
//
// THIS IS A BETA FEATURE. It is not honored if the relevant Crossplane
// feature flag is disabled.
CompositionModePipeline CompositionMode = "Pipeline"
)

Expand Down

0 comments on commit d0f6de6

Please sign in to comment.