Pod Security Policy Spec Args
constructor(allowPrivilegeEscalation: Output<Boolean>? = null, allowedCSIDrivers: Output<List<AllowedCSIDriverArgs>>? = null, allowedCapabilities: Output<List<String>>? = null, allowedFlexVolumes: Output<List<AllowedFlexVolumeArgs>>? = null, allowedHostPaths: Output<List<AllowedHostPathArgs>>? = 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<FSGroupStrategyOptionsArgs>, hostIPC: Output<Boolean>? = null, hostNetwork: Output<Boolean>? = null, hostPID: Output<Boolean>? = null, hostPorts: Output<List<HostPortRangeArgs>>? = null, privileged: Output<Boolean>? = null, readOnlyRootFilesystem: Output<Boolean>? = null, requiredDropCapabilities: Output<List<String>>? = null, runAsGroup: Output<RunAsGroupStrategyOptionsArgs>? = null, runAsUser: Output<RunAsUserStrategyOptionsArgs>, runtimeClass: Output<RuntimeClassStrategyOptionsArgs>? = null, seLinux: Output<SELinuxStrategyOptionsArgs>, supplementalGroups: Output<SupplementalGroupsStrategyOptionsArgs>, volumes: Output<List<String>>? = null)