Pod Security Policy Spec Patch Args
constructor(allowPrivilegeEscalation: Output<Boolean>? = null, allowedCSIDrivers: Output<List<AllowedCSIDriverPatchArgs>>? = null, allowedCapabilities: Output<List<String>>? = null, allowedFlexVolumes: Output<List<AllowedFlexVolumePatchArgs>>? = null, allowedHostPaths: Output<List<AllowedHostPathPatchArgs>>? = null, allowedProcMountTypes: Output<List<String>>? = null, allowedUnsafeSysctls: Output<List<String>>? = null, defaultAddCapabilities: Output<List<String>>? = null, defaultAllowPrivilegeEscalation: Output<Boolean>? = null, forbiddenSysctls: Output<List<String>>? = null, fsGroup: Output<FSGroupStrategyOptionsPatchArgs>? = null, hostIPC: Output<Boolean>? = null, hostNetwork: Output<Boolean>? = null, hostPID: Output<Boolean>? = null, hostPorts: Output<List<HostPortRangePatchArgs>>? = null, privileged: Output<Boolean>? = null, readOnlyRootFilesystem: Output<Boolean>? = null, requiredDropCapabilities: Output<List<String>>? = null, runAsGroup: Output<RunAsGroupStrategyOptionsPatchArgs>? = null, runAsUser: Output<RunAsUserStrategyOptionsPatchArgs>? = null, runtimeClass: Output<RuntimeClassStrategyOptionsPatchArgs>? = null, seLinux: Output<SELinuxStrategyOptionsPatchArgs>? = null, supplementalGroups: Output<SupplementalGroupsStrategyOptionsPatchArgs>? = null, volumes: Output<List<String>>? = null)