const driverName …
const kubeletPlugin1Name …
const kubeletPlugin2Name …
const cdiDir …
const endpointTemplate …
const pluginRegistrationPath …
const pluginRegistrationTimeout …
const podInPendingStateTimeout …
const kubeletRetryPeriod …
const retryTestTimeout …
var _ …
func newKubeletPlugin(ctx context.Context, clientSet kubernetes.Interface, nodeName, pluginName string) *testdriver.ExamplePlugin { … }
func createTestObjects(ctx context.Context, clientSet kubernetes.Interface, nodename, namespace, className, claimName, podName string, deferPodDeletion bool, driverNames []string) *v1.Pod { … }
func createTestResourceSlice(ctx context.Context, clientSet kubernetes.Interface, nodeName, driverName string) { … }