Skip to content

Commit 24fc6c7

Browse files
authored
feat(protect.control): automatic virtualization backend option (#7)
1 parent 85234f9 commit 24fc6c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

protect/control/v1/common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ enum ZoneVirtualizationBackend {
9090
ZONE_VIRTUALIZATION_BACKEND_UNKNOWN = 0;
9191
ZONE_VIRTUALIZATION_BACKEND_PV = 1;
9292
ZONE_VIRTUALIZATION_BACKEND_PVH = 2;
93+
ZONE_VIRTUALIZATION_BACKEND_AUTOMATIC = 3;
9394
}
9495

9596
message OciImageSpec {

0 commit comments

Comments
 (0)