Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2] KEDA client-go #787

Merged
merged 2 commits into from
Apr 29, 2020
Merged

[v2] KEDA client-go #787

merged 2 commits into from
Apr 29, 2020

Conversation

zroubalik
Copy link
Member

@zroubalik zroubalik commented Apr 28, 2020

Adding generated client-go, so other projects could manage ScaledObjects and other KEDA resources from their applications, in case they prefer using client-go.

Internally in KEDA we should stick to controller-runtime client which is used currently.

Once there are any changes in api objects, it is needed to run make generate-clientset to regenerate clientset (I haven't add this step to the regular make build, because the generation is quite slow and could take a lot of time). In the PR validation there's a check whether generated client is up to date. So it is not possible to merge PR with outdated clientset

Fixes #494

Zbynek Roubalik added 2 commits April 28, 2020 16:09
@zroubalik zroubalik merged commit e38f390 into kedacore:v2 Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants