kubernetes/pkg/security/apparmor
Patrick Ohly ad79e479c2 build: remove deprecated '// +build' tag
This has been replaced by `//build:...` for a long time now.

Removal of the old build tag was automated with:

    for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
2025-12-18 12:16:21 +01:00
..
testdata
helpers.go Update AppArmor feature gates to GA stage. 2024-07-15 23:29:37 +00:00
helpers_test.go Rename AppArmor annotation constants with Deprecated 2024-03-06 10:46:31 -08:00
OWNERS
validate.go Copy limited pieces of code we use from runc's apparmor and utils packages 2024-10-22 09:56:22 -04:00
validate_disabled.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
validate_test.go fix: enable formatter rule from testifylint in module k8s.io/kubernetes 2024-09-26 08:19:54 +02:00