Skip to content

Create a strimzi CustomResource in a Golang - operator-sdk based operator #5095

Answered by ppatierno
DanArlowski asked this question in Q&A
Discussion options

You must be logged in to vote

We currently support the API in Java of course that helps but not in Go.
I think the only way you have is kind of writing the api package by yourself. I mean, you have to write the corresponding Go structs mapping the Strimzi related custom resource. The simpler way would be having a tool converting the provided CRDs (YAML) into Go structs but I am not aware of such a tool.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@DanArlowski
Comment options

@scholzj
Comment options

Answer selected by DanArlowski
Comment options

You must be logged in to vote
1 reply
@scholzj
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants