diff --git a/proto/info/info.proto b/proto/info/info.proto index 33c2ae53..69db041e 100644 --- a/proto/info/info.proto +++ b/proto/info/info.proto @@ -635,6 +635,14 @@ message ZInfoDevice { bool remote_access_disabled = 52; } +// OptionalCapabilities indicates any additional capabilities device wants +// to publish to controller. For example Kubevirt hypervisor is not supported by +// all eve flavors. +message OptionalCapabilities { + // Virtualization type Kubevirt + bool hv_type_kubevirt = 1; +} + // Capabilities indicates features in the EdgeDevConfig where there is // no easy way to otherwise determine whether or not they are parsed and // supported by EVE-OS