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
/kind feature
Describe the solution you'd like [A clear and concise description of what you want to happen.]
In the ODLM, there are some duplicate codes for similar functions. For example:
createIfNotExists
createOrUpdate
deleteIfExits
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]
We can abstract an ODLM controller for managing common functions like finalizer management #517 and using provided API from controller-runtime https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/controller/controllerutil for createIfNotExists, createOrUpdate and deleteIfExits.
finalizer management
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/kind feature
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
In the ODLM, there are some duplicate codes for similar functions.
For example:
createIfNotExists
,createOrUpdate
anddeleteIfExits
.Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
We can abstract an ODLM controller for managing common functions like
finalizer management
#517 and using provided API from controller-runtime https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/controller/controllerutil forcreateIfNotExists
,createOrUpdate
anddeleteIfExits
.The text was updated successfully, but these errors were encountered: