const appArmorProfilePrefix …
const appArmorAllowedPath …
const appArmorDeniedPath …
const loaderLabelKey …
const loaderLabelValue …
func LoadAppArmorProfiles(ctx context.Context, nsName string, clientset clientset.Interface) { … }
func AppArmorTestPod(nsName string, unconfined bool, runOnce bool) *v1.Pod { … }
func RunAppArmorTestPod(ctx context.Context, pod *v1.Pod, clientset clientset.Interface, podClient *e2epod.PodClient, runOnce bool) *v1.Pod { … }
func createAppArmorProfileCM(ctx context.Context, nsName string, clientset clientset.Interface) { … }
func createAppArmorProfileLoader(ctx context.Context, nsName string, clientset clientset.Interface) { … }
func getRunningLoaderPod(ctx context.Context, nsName string, clientset clientset.Interface) *v1.Pod { … }