File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,13 @@ const (
4545 // to one container of a pod.
4646 SeccompContainerAnnotationKeyPrefix string = "container.seccomp.security.alpha.kubernetes.io/"
4747
48+ // SeccompProfileRuntimeDefault represents the default seccomp profile used by container runtime.
49+ SeccompProfileRuntimeDefault string = "runtime/default"
50+
51+ // DeprecatedSeccompProfileDockerDefault represents the default seccomp profile used by docker.
52+ // This is now deprecated and should be replaced by SeccompProfileRuntimeDefault.
53+ DeprecatedSeccompProfileDockerDefault string = "docker/default"
54+
4855 // PreferAvoidPodsAnnotationKey represents the key of preferAvoidPods data (json serialized)
4956 // in the Annotations of a Node.
5057 PreferAvoidPodsAnnotationKey string = "scheduler.alpha.kubernetes.io/preferAvoidPods"
You can’t perform that action at this time.
0 commit comments