| 67 | } |
| 68 | |
| 69 | type devicePlugin struct { |
| 70 | client client.Client |
| 71 | scheme *runtime.Scheme |
| 72 | isOpenShift bool |
| 73 | } |
| 74 | |
| 75 | func NewDevicePlugin(client client.Client, scheme *runtime.Scheme, isOpenShift bool) DevicePluginAPI { |
| 76 | return &devicePlugin{ |
nothing calls this directly
no outgoing calls
no test coverage detected