Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Profiles2 (0.17 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Dockershim security: pod sandbox now always run with `no-new-privileges` and `runtime/default` seccomp profile
      dockershim seccomp: custom profiles can now have smaller seccomp profiles when set at pod level ([#90948](https://github.com/kubernetes/kubernetes/pull/90948), [@pjbgf](https://github.com/pjbgf)) [SIG Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Do", Func, 9},
    		{"ForLabels", Func, 9},
    		{"Label", Func, 9},
    		{"LabelSet", Type, 9},
    		{"Labels", Func, 9},
    		{"Lookup", Func, 0},
    		{"NewProfile", Func, 0},
    		{"Profile", Type, 0},
    		{"Profiles", Func, 0},
    		{"SetGoroutineLabels", Func, 9},
    		{"StartCPUProfile", Func, 0},
    		{"StopCPUProfile", Func, 0},
    		{"WithLabels", Func, 9},
    		{"WriteHeapProfile", Func, 0},
    	},
    	"runtime/trace": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    					RestartPolicy: core.RestartPolicyAlways,
    					DNSPolicy:     core.DNSDefault,
    				},
    			},
    		},
    		"mismatched AppArmor localhost profiles": {
    			expectedError: "Forbidden: apparmor profile in annotation and field must match",
    			spec: core.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "123",
    					Namespace: "ns",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top