Skip to content

feat(operator): Add client-feature-gates gate#1208

Open
Techassi wants to merge 3 commits into
mainfrom
feat/operator-gate-client-feature-gates
Open

feat(operator): Add client-feature-gates gate#1208
Techassi wants to merge 3 commits into
mainfrom
feat/operator-gate-client-feature-gates

Conversation

@Techassi
Copy link
Copy Markdown
Member

This PR adds a feature gate for changes from #1207.

Users now have to explicitly opt-in to use the new associated functions on Client as well as the FeatureGate and FeatureStage types.

@Techassi Techassi self-assigned this May 27, 2026
@Techassi Techassi marked this pull request as ready for review May 27, 2026 11:57
@Techassi Techassi moved this to Development: Waiting for Review in Stackable Engineering May 27, 2026
Copy link
Copy Markdown
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

[features]
default = ["crds"]
full = ["crds", "certs", "time", "webhook", "kube-ws"]
full = ["client-feature-gates", "crds", "certs", "time", "webhook", "kube-ws"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might have named it with something containing kube. Up to you though.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eg: kube-feature-gates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: Waiting for Review

Development

Successfully merging this pull request may close these issues.

2 participants