Closed raaizik closed 3 months ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
/cc @umangachapagain @nb-ohad
/lgtm
A couple of points:
odfinfo_config.go
. Mainly because the _type
suffix is usually reserved for k8s API types. A couple of points:
* As suggested by @umangachapagain in an offline discussion. A better name for the file containing the new type would be `odfinfo_config.go`. Mainly because the `_type` suffix is usually reserved for k8s API types. * This is a new API and we have no indication of its stability. It is better we have it in the v1alpha1 folder * The second commit seems unrelated to this change and I would request to separate it into its own PR
Done @nb-ohad
/test ocs-operator-bundle-e2e-aws
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: nb-ohad, raaizik, rewantsoni
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Changes
Converts odf-info structs into its own API
2440