Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initcontainer1_context_t (0.32 sec)

  1. pkg/volume/util/util_test.go

    						},
    					},
    					InitContainers: []v1.Container{
    						{
    							Name: "initContainer1",
    							SecurityContext: &v1.SecurityContext{
    								SELinuxOptions: &v1.SELinuxOptions{
    									Type:  "initcontainer1_context_t",
    									Level: "s0:c3,c4",
    								},
    							},
    							VolumeMounts: []v1.VolumeMount{
    								{
    									Name: "vol1",
    								},
    							},
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.7K bytes
    - Viewed (0)
Back to top