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

Able to import packages with operator APIs #1229

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

dmvolod
Copy link
Contributor

@dmvolod dmvolod commented Aug 29, 2023

Fixes #907

This fix allows you to do import an operator APIs to the third party tools based on golang.
The motivation of this PR: we are using Alinity ClickHouse operator and plan to embedded an operator APIs inside the our internal automation tool bases on golang (without plain yaml manipulation). It would be nice to import it without additional steps (forks, refactoring, plain yaml or Unstructured manipulations). Of cause, versions compatibility validation will be our or future uses pain in this case. If some code snippets need to be disabled for import, I can raise a PR to move them to an "internal" package.
Thanks in advance.

Thanks for taking the time to contribute to clickhouse-operator!

Please, read carefully instructions on how to make a Pull Request.

This will help a lot for maintainers to adopt your Pull Request.

Important items to consider before making a Pull Request

Please check items PR complies to:

  • All commits in the PR are squashed. More info
  • The PR is made into dedicated next-release branch, not into master branch1. More info
  • The PR is signed. More info

--

1 If you feel your PR does not affect any Go-code or any testable functionality (for example, PR contains docs only or supplementary materials), PR can be made into master branch, but it has to be confirmed by project's maintainer.

@kowloonzh
Copy link

I'm having the same problem and am looking forward to the merging of this feature

@dmvolod
Copy link
Contributor Author

dmvolod commented Oct 17, 2023

@sunsingerus could you please to have a look at this PR
Thanks in advance

@Slach Slach changed the base branch from 0.22.0 to 0.23.0 December 17, 2023 03:01
Signed-off-by: Dmitry Volodin <dmvolod@gmail.com>
@sunsingerus sunsingerus changed the base branch from 0.23.0 to 0.23.3 February 15, 2024 13:01
@sunsingerus sunsingerus merged commit 5d387b5 into Altinity:0.23.3 Feb 15, 2024
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.

None yet

3 participants