kubernetes/test/e2e/common/node/runtimeclass.go

var _

func deleteRuntimeClass(ctx context.Context, f *framework.Framework, name string) {}

// createRuntimeClass generates a RuntimeClass with the desired handler and a "namespaced" name,
// synchronously creates it, and returns the generated name.
func createRuntimeClass(ctx context.Context, f *framework.Framework, name, handler string, overhead *nodev1.Overhead) string {}

func expectPodRejection(ctx context.Context, f *framework.Framework, pod *v1.Pod) {}

// expectPodSuccess waits for the given pod to terminate successfully.
func expectPodSuccess(ctx context.Context, f *framework.Framework, pod *v1.Pod) {}