-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
feat(vd): apply new controller design #123
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
from
June 9, 2024 18:58
59f121f
to
2edb006
Compare
Isteb4k
force-pushed
the
feat/cvi/apply-new-design
branch
from
June 9, 2024 19:01
f6b7ed5
to
ed78d5f
Compare
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
11 times, most recently
from
June 10, 2024 17:52
34841ed
to
e79d11e
Compare
diafour
reviewed
Jun 11, 2024
diafour
reviewed
Jun 11, 2024
images/virtualization-artifact/pkg/controller/service/disk_service.go
Outdated
Show resolved
Hide resolved
diafour
reviewed
Jun 11, 2024
diafour
reviewed
Jun 11, 2024
images/virtualization-artifact/pkg/controller/vd/vd_controller.go
Outdated
Show resolved
Hide resolved
diafour
reviewed
Jun 11, 2024
images/virtualization-artifact/pkg/controller/vd/vd_reconciler.go
Outdated
Show resolved
Hide resolved
diafour
reviewed
Jun 11, 2024
diafour
reviewed
Jun 11, 2024
images/virtualization-artifact/pkg/controller/vd/vd_reconciler.go
Outdated
Show resolved
Hide resolved
diafour
reviewed
Jun 11, 2024
images/virtualization-artifact/pkg/controller/vd/vd_reconciler.go
Outdated
Show resolved
Hide resolved
diafour
reviewed
Jun 11, 2024
images/virtualization-artifact/pkg/controller/vd/internal/source/http.go
Show resolved
Hide resolved
diafour
reviewed
Jun 11, 2024
images/virtualization-artifact/pkg/controller/vd/internal/source/http.go
Outdated
Show resolved
Hide resolved
diafour
reviewed
Jun 11, 2024
images/virtualization-artifact/pkg/controller/vd/internal/condition/ready.go
Outdated
Show resolved
Hide resolved
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
from
June 12, 2024 20:25
e79d11e
to
242e420
Compare
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
from
June 19, 2024 08:30
bafbd16
to
b1d7cab
Compare
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
3 times, most recently
from
June 19, 2024 11:11
9c8f6b7
to
f4997c3
Compare
Isteb4k
force-pushed
the
feat/cvi/apply-new-design
branch
from
June 20, 2024 11:53
3bfca09
to
b4ae20c
Compare
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
from
June 20, 2024 11:53
f4997c3
to
8265e04
Compare
Isteb4k
force-pushed
the
feat/cvi/apply-new-design
branch
from
June 20, 2024 15:38
b4ae20c
to
77933a0
Compare
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
4 times, most recently
from
June 21, 2024 13:12
bc83836
to
035882b
Compare
yaroslavborbat
approved these changes
Jun 21, 2024
diafour
reviewed
Jun 24, 2024
images/virtualization-artifact/pkg/controller/vd/internal/deletion.go
Outdated
Show resolved
Hide resolved
diafour
reviewed
Jun 24, 2024
diafour
reviewed
Jun 24, 2024
images/virtualization-artifact/pkg/controller/vd/internal/source/upload.go
Outdated
Show resolved
Hide resolved
diafour
reviewed
Jun 24, 2024
diafour
reviewed
Jun 24, 2024
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
2 times, most recently
from
June 25, 2024 09:03
3ed7f19
to
baa6d93
Compare
Isteb4k
force-pushed
the
feat/cvi/apply-new-design
branch
from
June 25, 2024 11:38
7fabb70
to
62f1ed6
Compare
diafour
approved these changes
Jun 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌕
⬆️
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
from
June 25, 2024 12:02
baa6d93
to
f55189e
Compare
Signed-off-by: Isteb4k <[email protected]>
Isteb4k
force-pushed
the
feat/vd/apply-new-design
branch
from
June 25, 2024 12:05
f55189e
to
93938af
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Apply new VD controller design
Checklist