We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85234f9 commit 24fc6c7Copy full SHA for 24fc6c7
1 file changed
protect/control/v1/common.proto
@@ -90,6 +90,7 @@ enum ZoneVirtualizationBackend {
90
ZONE_VIRTUALIZATION_BACKEND_UNKNOWN = 0;
91
ZONE_VIRTUALIZATION_BACKEND_PV = 1;
92
ZONE_VIRTUALIZATION_BACKEND_PVH = 2;
93
+ ZONE_VIRTUALIZATION_BACKEND_AUTOMATIC = 3;
94
}
95
96
message OciImageSpec {
0 commit comments