Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newSeccompPod (0.12 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go

    		{
    			description:     "no seccomp defined at pod level should return runtime/default",
    			pod:             newSeccompPod(nil, nil, "", "runtime/default"),
    			expectedProfile: v1.SeccompProfileTypeRuntimeDefault,
    		},
    		{
    			description:     "seccomp field defined at pod level should not be honoured",
    			pod:             newSeccompPod(&v1.SeccompProfile{Type: v1.SeccompProfileTypeUnconfined}, nil, "", ""),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top