We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While writing a CNPG-I plugin, I found it to be unclear under what circumstances each callback would be invoked, and what each callback could do.
A flow chart would be very helpful for this. It would show things like:
For example, show that on plugin start the plugin reconciler hooks are called for each Cluster resource, but the operator lifecycle hooks won't be.
Cluster
No response
No
The text was updated successfully, but these errors were encountered:
I second this, it would really help to get a better understanding of the cnpg-i inner workings!
Sorry, something went wrong.
gbartolini
No branches or pull requests
Is there an existing issue already for your request/idea?
What problem in the existing documentation this issue aims to solve?
While writing a CNPG-I plugin, I found it to be unclear under what circumstances each callback would be invoked, and what each callback could do.
Describe what additions need to be done to the documentation
A flow chart would be very helpful for this. It would show things like:
For example, show that on plugin start the plugin reconciler hooks are called for each
Cluster
resource, but the operator lifecycle hooks won't be.Describe what pages need to change in the documentation, if any
No response
Describe what pages need to be removed from the documentation, if any
No response
Additional context
No response
Backport?
No
Code of Conduct
The text was updated successfully, but these errors were encountered: