mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
deployments: Add 4xxxvf and c4xxvf to recognized QAT devices
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
This commit is contained in:
parent
83d4789e5d
commit
5cea278170
@ -72,6 +72,8 @@ spec:
|
||||
- c6xxvf
|
||||
- c3xxxvf
|
||||
- d15xxvf
|
||||
- 4xxxvf
|
||||
- c4xxvf
|
||||
type: string
|
||||
type: array
|
||||
logLevel:
|
||||
|
@ -21,7 +21,7 @@ import (
|
||||
|
||||
// NOTE: json tags are required. Any new fields you add must have json tags for the fields to be serialized.
|
||||
|
||||
// +kubebuilder:validation:Enum=dh895xccvf;c6xxvf;c3xxxvf;d15xxvf
|
||||
// +kubebuilder:validation:Enum={"dh895xccvf","c6xxvf","c3xxxvf","d15xxvf","4xxxvf","c4xxvf"}
|
||||
|
||||
// KernelVfDriver is a VF device driver for QuickAssist devices.
|
||||
type KernelVfDriver string
|
||||
|
Loading…
Reference in New Issue
Block a user