Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for runAsUserName (0.26 sec)

  1. pkg/apis/core/validation/validation_test.go

    	}, {
    		testName: "RunAsUserName is nil",
    		windowsOptions: &core.WindowsSecurityContextOptions{
    			RunAsUserName: nil,
    		},
    	}, {
    		testName: "a valid RunAsUserName",
    		windowsOptions: &core.WindowsSecurityContextOptions{
    			RunAsUserName: toPtr("Container. User"),
    		},
    	}, {
    		testName: "a valid RunAsUserName with NetBios Domain",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Move TaintBasedEvictions feature gates to GA ([#87487](https://github.com/kubernetes/kubernetes/pull/87487), [@skilxn-go](https://github.com/skilxn-go)) [SIG API Machinery, Apps, Node, Scheduling and Testing]
    - Moving Windows RunAsUserName feature to GA ([#87790](https://github.com/kubernetes/kubernetes/pull/87790), [@marosset](https://github.com/marosset)) [SIG Apps and Windows]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "boolean"
              },
              "runAsUserName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top