PodSecurityPolicySpecPatch

constructor(allowPrivilegeEscalation: Boolean? = null, allowedCSIDrivers: List<AllowedCSIDriverPatch>? = null, allowedCapabilities: List<String>? = null, allowedFlexVolumes: List<AllowedFlexVolumePatch>? = null, allowedHostPaths: List<AllowedHostPathPatch>? = null, allowedProcMountTypes: List<String>? = null, allowedUnsafeSysctls: List<String>? = null, defaultAddCapabilities: List<String>? = null, defaultAllowPrivilegeEscalation: Boolean? = null, forbiddenSysctls: List<String>? = null, fsGroup: FSGroupStrategyOptionsPatch? = null, hostIPC: Boolean? = null, hostNetwork: Boolean? = null, hostPID: Boolean? = null, hostPorts: List<HostPortRangePatch>? = null, privileged: Boolean? = null, readOnlyRootFilesystem: Boolean? = null, requiredDropCapabilities: List<String>? = null, runAsGroup: RunAsGroupStrategyOptionsPatch? = null, runAsUser: RunAsUserStrategyOptionsPatch? = null, runtimeClass: RuntimeClassStrategyOptionsPatch? = null, seLinux: SELinuxStrategyOptionsPatch? = null, supplementalGroups: SupplementalGroupsStrategyOptionsPatch? = null, volumes: List<String>? = null)