import "k8s.io/kubernetes/test/e2e/framework/security"
func CreateAppArmorTestPod(nsName string, clientset clientset.Interface, podClient *framework.PodClient, unconfined bool, runOnce bool) *v1.Pod
CreateAppArmorTestPod creates a pod that tests apparmor profile enforcement. The pod exits with an error code if the profile is incorrectly enforced. If runOnce is true the pod will exit after a single test, otherwise it will repeat the test every 1 second until failure.
LoadAppArmorProfiles creates apparmor-profiles ConfigMap and apparmor-loader ReplicationController.
Package security imports 9 packages (graph) and is imported by 35 packages. Updated 2020-04-15. Refresh now. Tools for package owners.