Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SetHostPID (0.1 sec)

  1. pkg/securitycontext/accessors.go

    }
    
    // PodSecurityContextMutator allows reading and writing the values of a PodSecurityContext object
    type PodSecurityContextMutator interface {
    	PodSecurityContextAccessor
    
    	SetHostNetwork(bool)
    	SetHostPID(bool)
    	SetHostIPC(bool)
    	SetSELinuxOptions(*api.SELinuxOptions)
    	SetRunAsUser(*int64)
    	SetRunAsGroup(*int64)
    	SetRunAsNonRoot(*bool)
    	SetSeccompProfile(*api.SeccompProfile)
    	SetSupplementalGroups([]int64)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 22 16:15:27 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  2. pkg/securitycontext/accessors_test.go

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 22 16:15:27 UTC 2023
    - 27.8K bytes
    - Viewed (0)
Back to top