Merge pull request #115107 from swatisehgal/handle-device-mgr-recovery-sample-dp-changes

node: device-mgr: sample device plugin: Add support to control registration process
This commit is contained in:
Kubernetes Prow Robot
2023-03-02 05:42:55 -08:00
committed by GitHub
6 changed files with 120 additions and 3 deletions

View File

@@ -22,7 +22,8 @@ import (
const (
// SampleDevicePluginDSYAML is the path of the daemonset template of the sample device plugin. // TODO: Parametrize it by making it a feature in TestFramework.
SampleDevicePluginDSYAML = "test/e2e/testing-manifests/sample-device-plugin.yaml"
SampleDevicePluginDSYAML = "test/e2e/testing-manifests/sample-device-plugin.yaml"
SampleDevicePluginControlRegistrationDSYAML = "test/e2e/testing-manifests/sample-device-plugin/sample-device-plugin-control-registration.yaml"
// SampleDevicePluginName is the name of the device plugin pod
SampleDevicePluginName = "sample-device-plugin"