Versions in this module Expand all Collapse all v1 v1.5.0 May 6, 2026 Changes in this version + type DevicePluginAPI interface + SetDRADriverAsDesired func(ds *appsv1.DaemonSet, devConfig *amdv1alpha1.DeviceConfig) error + SetDevicePluginAsDesired func(ds *appsv1.DaemonSet, devConfig *amdv1alpha1.DeviceConfig) error + func NewDevicePlugin(client client.Client, scheme *runtime.Scheme, isOpenShift bool) DevicePluginAPI + type MockDevicePluginAPI struct + func NewMockDevicePluginAPI(ctrl *gomock.Controller) *MockDevicePluginAPI + func (m *MockDevicePluginAPI) EXPECT() *MockDevicePluginAPIMockRecorder + func (m *MockDevicePluginAPI) SetDRADriverAsDesired(ds *v1.DaemonSet, devConfig *v1alpha1.DeviceConfig) error + func (m *MockDevicePluginAPI) SetDevicePluginAsDesired(ds *v1.DaemonSet, devConfig *v1alpha1.DeviceConfig) error + type MockDevicePluginAPIMockRecorder struct + func (mr *MockDevicePluginAPIMockRecorder) SetDRADriverAsDesired(ds, devConfig any) *gomock.Call + func (mr *MockDevicePluginAPIMockRecorder) SetDevicePluginAsDesired(ds, devConfig any) *gomock.Call