const devicePluginDir …
var _ …
func makeBusyboxDeviceRequiringPod(resourceName, cmd string) *v1.Pod { … }
func BeReady() types.GomegaMatcher { … }
func BeInReadyPhase(isReady bool) types.GomegaMatcher { … }
func isNodeReadyWithSampleResources(ctx context.Context, f *framework.Framework) (bool, error) { … }
func HaveAllocatableDevices() types.GomegaMatcher { … }
func hasAllocatable(hasAllocatable bool) types.GomegaMatcher { … }
func isNodeReadyWithAllocatableSampleResources(ctx context.Context, f *framework.Framework, devCount int64) (bool, error) { … }
func isNodeReadyWithoutSampleResources(ctx context.Context, f *framework.Framework) (bool, error) { … }
func HaveFailedWithAdmissionError() types.GomegaMatcher { … }
func hasFailed(hasFailed bool) types.GomegaMatcher { … }
func getPodByName(ctx context.Context, f *framework.Framework, podName string) (*v1.Pod, error) { … }
func getPod(ctx context.Context, f *framework.Framework, podName string) (bool, error) { … }