-
Notifications
You must be signed in to change notification settings - Fork 50
WIP [v1alpha2]: refactor controller #727
WIP [v1alpha2]: refactor controller #727
Conversation
This commit intends to introduce the new v1alpha2 APIs Signed-off-by: Varsha Prasad Narsing <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #727 +/- ##
==========================================
- Coverage 19.21% 18.69% -0.52%
==========================================
Files 13 13
Lines 1046 1075 +29
==========================================
Hits 201 201
- Misses 801 830 +29
Partials 44 44
☔ View full report in Codecov by Sentry. |
f362907
to
8479c98
Compare
46b089c
to
f4888e8
Compare
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This commit intends to introduce the new v1alpha2 APIs Signed-off-by: Varsha Prasad Narsing <[email protected]>
Signed-off-by: Varsha Prasad Narsing <[email protected]>
Signed-off-by: Varsha Prasad Narsing <[email protected]>
Signed-off-by: Varsha Prasad Narsing <[email protected]>
Signed-off-by: Varsha Prasad Narsing <[email protected]>
Signed-off-by: Varsha Prasad Narsing <[email protected]>
…elm provisioner - Create a new fs from source, only if destination is specified. This allows specifying multiple sources. - Remove helm provisioner related manifests and controller. Signed-off-by: Varsha Prasad Narsing <[email protected]>
If the bundle objects do not specify a namespace, use the default namespace to deploy them. Signed-off-by: Varsha Prasad Narsing <[email protected]>
9b3df66
to
0b936c3
Compare
Signed-off-by: Varsha Prasad Narsing <[email protected]>
Signed-off-by: Varsha Prasad Narsing <[email protected]>
Signed-off-by: Varsha Prasad Narsing <[email protected]>
This PR has become stale because it has been open for 30 days with no activity. Please update this PR or remove the |
This PR has been closed as no updates were detected after 30 days of being stale. Please feel free to reopen this PR if necessary. |
This draft PR refactors the controllers for v1alpha2 API.
Things TODO:
bd.Spec.Paused
is set, don't reconcile.Extended work: