File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
images/virtualization-artifact/pkg/builder/vd
tests/e2e/virtual_machine_restore_operation_test/resources Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ limitations under the License.
17
17
package vd
18
18
19
19
import (
20
- metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
21
-
22
20
"github.com/deckhouse/virtualization/api/core/v1alpha2"
21
+ metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
23
22
)
24
23
25
24
func New (options ... Option ) * v1alpha2.VirtualDisk {
Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ limitations under the License.
17
17
package resources
18
18
19
19
import (
20
- "github.com/deckhouse/virtualization/api/core/v1alpha2"
21
-
22
20
vmopbuilder "github.com/deckhouse/virtualization-controller/pkg/builder/vmop"
21
+ "github.com/deckhouse/virtualization/api/core/v1alpha2"
23
22
)
24
23
25
24
func NewStartVMOP (name , namespace , vmName string ) * v1alpha2.VirtualMachineOperation {
Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ limitations under the License.
17
17
package resources
18
18
19
19
import (
20
- "github.com/deckhouse/virtualization/api/core/v1alpha2"
21
-
22
20
vmsnapshotbuilder "github.com/deckhouse/virtualization-controller/pkg/builder/vmsnapshot"
21
+ "github.com/deckhouse/virtualization/api/core/v1alpha2"
23
22
)
24
23
25
24
func NewVMSnapshot (
You can’t perform that action at this time.
0 commit comments