Skip to content
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(vmop): first implementation #4

Merged
merged 14 commits into from
Feb 9, 2024
Merged

feat(vmop): first implementation #4

merged 14 commits into from
Feb 9, 2024

Conversation

yaroslavborbat
Copy link
Member

Description

Implementation resource VirtualMachineOperation.
The VirtualMachineOperation custom resource allows for declarative management of a working virtual machine. It enables actions such as stopping, starting, and restarting the virtual machine.

Why do we need it, and what problem does it solve?

The VirtualMachineOperation resource is needed to provide a high-level abstraction for managing virtual machines. It solves the problem of efficiently and easily controlling the state of virtual machines through a declarative approach, rather than relying on manual, time-consuming operations.

What is the expected result?

VirtualMachineOperation is an immutable resource. After deployment, it can have 4 phases of status: Completed, Failed, InProgress, Pending.

Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
@yaroslavborbat yaroslavborbat self-assigned this Feb 6, 2024
Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
yaroslavborbat and others added 4 commits February 9, 2024 12:47
…ook.go

Co-authored-by: Ivan Mikheykin <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
…ook.go

Co-authored-by: Ivan Mikheykin <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
…nciler.go

Co-authored-by: Ivan Mikheykin <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
@yaroslavborbat yaroslavborbat merged commit 7bf5e68 into main Feb 9, 2024
5 checks passed
@yaroslavborbat yaroslavborbat deleted the feat/vmop/impl branch February 9, 2024 11:38
fl64 added a commit that referenced this pull request Aug 14, 2024
fl64 added a commit that referenced this pull request Aug 14, 2024
Signed-off-by: Pavel Tishkov <[email protected]>
fl64 added a commit that referenced this pull request Aug 14, 2024
Signed-off-by: Pavel Tishkov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants