PodSecurityContext

constructor(appArmorProfile: AppArmorProfile? = null, fsGroup: Int? = null, fsGroupChangePolicy: String? = null, runAsGroup: Int? = null, runAsNonRoot: Boolean? = null, runAsUser: Int? = null, seLinuxChangePolicy: String? = null, seLinuxOptions: SELinuxOptions? = null, seccompProfile: SeccompProfile? = null, supplementalGroups: List<Int>? = null, supplementalGroupsPolicy: String? = null, sysctls: List<Sysctl>? = null, windowsOptions: WindowsSecurityContextOptions? = null)