A |
addAllToAllowedCapabilities(Collection<String> items) |
|
A |
addAllToAllowedCSIDrivers(Collection<AllowedCSIDriver> items) |
|
A |
addAllToAllowedFlexVolumes(Collection<AllowedFlexVolume> items) |
|
A |
addAllToAllowedHostPaths(Collection<AllowedHostPath> items) |
|
A |
addAllToAllowedProcMountTypes(Collection<String> items) |
|
A |
addAllToAllowedUnsafeSysctls(Collection<String> items) |
|
A |
addAllToDefaultAddCapabilities(Collection<String> items) |
|
A |
addAllToForbiddenSysctls(Collection<String> items) |
|
A |
addAllToHostPorts(Collection<HostPortRange> items) |
|
A |
addAllToRequiredDropCapabilities(Collection<String> items) |
|
A |
addAllToVolumes(Collection<String> items) |
|
A |
addNewAllowedCapability(String arg1) |
|
A |
addNewAllowedCapability(StringBuffer arg1) |
|
A |
addNewAllowedCapability(StringBuilder arg1) |
|
PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> |
addNewAllowedCSIDriver() |
|
A |
addNewAllowedCSIDriver(String name) |
|
PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> |
addNewAllowedCSIDriverLike(AllowedCSIDriver item) |
|
PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> |
addNewAllowedFlexVolume() |
|
A |
addNewAllowedFlexVolume(String driver) |
|
PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> |
addNewAllowedFlexVolumeLike(AllowedFlexVolume item) |
|
PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> |
addNewAllowedHostPath() |
|
A |
addNewAllowedHostPath(String pathPrefix,
Boolean readOnly) |
|
PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> |
addNewAllowedHostPathLike(AllowedHostPath item) |
|
A |
addNewAllowedProcMountType(String arg1) |
|
A |
addNewAllowedProcMountType(StringBuffer arg1) |
|
A |
addNewAllowedProcMountType(StringBuilder arg1) |
|
A |
addNewAllowedUnsafeSysctl(String arg1) |
|
A |
addNewAllowedUnsafeSysctl(StringBuffer arg1) |
|
A |
addNewAllowedUnsafeSysctl(StringBuilder arg1) |
|
A |
addNewDefaultAddCapability(String arg1) |
|
A |
addNewDefaultAddCapability(StringBuffer arg1) |
|
A |
addNewDefaultAddCapability(StringBuilder arg1) |
|
A |
addNewForbiddenSysctl(String arg1) |
|
A |
addNewForbiddenSysctl(StringBuffer arg1) |
|
A |
addNewForbiddenSysctl(StringBuilder arg1) |
|
PodSecurityPolicySpecFluent.HostPortsNested<A> |
addNewHostPort() |
|
A |
addNewHostPort(Integer max,
Integer min) |
|
PodSecurityPolicySpecFluent.HostPortsNested<A> |
addNewHostPortLike(HostPortRange item) |
|
A |
addNewRequiredDropCapability(String arg1) |
|
A |
addNewRequiredDropCapability(StringBuffer arg1) |
|
A |
addNewRequiredDropCapability(StringBuilder arg1) |
|
A |
addNewVolume(String arg1) |
|
A |
addNewVolume(StringBuffer arg1) |
|
A |
addNewVolume(StringBuilder arg1) |
|
A |
addToAllowedCapabilities(int index,
String item) |
|
A |
addToAllowedCapabilities(String... items) |
|
A |
addToAllowedCSIDrivers(int index,
AllowedCSIDriver item) |
|
A |
addToAllowedCSIDrivers(AllowedCSIDriver... items) |
|
A |
addToAllowedFlexVolumes(int index,
AllowedFlexVolume item) |
|
A |
addToAllowedFlexVolumes(AllowedFlexVolume... items) |
|
A |
addToAllowedHostPaths(int index,
AllowedHostPath item) |
|
A |
addToAllowedHostPaths(AllowedHostPath... items) |
|
A |
addToAllowedProcMountTypes(int index,
String item) |
|
A |
addToAllowedProcMountTypes(String... items) |
|
A |
addToAllowedUnsafeSysctls(int index,
String item) |
|
A |
addToAllowedUnsafeSysctls(String... items) |
|
A |
addToDefaultAddCapabilities(int index,
String item) |
|
A |
addToDefaultAddCapabilities(String... items) |
|
A |
addToForbiddenSysctls(int index,
String item) |
|
A |
addToForbiddenSysctls(String... items) |
|
A |
addToHostPorts(int index,
HostPortRange item) |
|
A |
addToHostPorts(HostPortRange... items) |
|
A |
addToRequiredDropCapabilities(int index,
String item) |
|
A |
addToRequiredDropCapabilities(String... items) |
|
A |
addToVolumes(int index,
String item) |
|
A |
addToVolumes(String... items) |
|
AllowedCSIDriver |
buildAllowedCSIDriver(int index) |
|
List<AllowedCSIDriver> |
buildAllowedCSIDrivers() |
|
AllowedFlexVolume |
buildAllowedFlexVolume(int index) |
|
List<AllowedFlexVolume> |
buildAllowedFlexVolumes() |
|
AllowedHostPath |
buildAllowedHostPath(int index) |
|
List<AllowedHostPath> |
buildAllowedHostPaths() |
|
AllowedCSIDriver |
buildFirstAllowedCSIDriver() |
|
AllowedFlexVolume |
buildFirstAllowedFlexVolume() |
|
AllowedHostPath |
buildFirstAllowedHostPath() |
|
HostPortRange |
buildFirstHostPort() |
|
FSGroupStrategyOptions |
buildFsGroup() |
|
HostPortRange |
buildHostPort(int index) |
|
List<HostPortRange> |
buildHostPorts() |
|
AllowedCSIDriver |
buildLastAllowedCSIDriver() |
|
AllowedFlexVolume |
buildLastAllowedFlexVolume() |
|
AllowedHostPath |
buildLastAllowedHostPath() |
|
HostPortRange |
buildLastHostPort() |
|
AllowedCSIDriver |
buildMatchingAllowedCSIDriver(io.fabric8.kubernetes.api.builder.Predicate<AllowedCSIDriverBuilder> predicate) |
|
AllowedFlexVolume |
buildMatchingAllowedFlexVolume(io.fabric8.kubernetes.api.builder.Predicate<AllowedFlexVolumeBuilder> predicate) |
|
AllowedHostPath |
buildMatchingAllowedHostPath(io.fabric8.kubernetes.api.builder.Predicate<AllowedHostPathBuilder> predicate) |
|
HostPortRange |
buildMatchingHostPort(io.fabric8.kubernetes.api.builder.Predicate<HostPortRangeBuilder> predicate) |
|
RunAsGroupStrategyOptions |
buildRunAsGroup() |
|
RunAsUserStrategyOptions |
buildRunAsUser() |
|
RuntimeClassStrategyOptions |
buildRuntimeClass() |
|
SELinuxStrategyOptions |
buildSeLinux() |
|
SupplementalGroupsStrategyOptions |
buildSupplementalGroups() |
|
PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> |
editAllowedCSIDriver(int index) |
|
PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> |
editAllowedFlexVolume(int index) |
|
PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> |
editAllowedHostPath(int index) |
|
PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> |
editFirstAllowedCSIDriver() |
|
PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> |
editFirstAllowedFlexVolume() |
|
PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> |
editFirstAllowedHostPath() |
|
PodSecurityPolicySpecFluent.HostPortsNested<A> |
editFirstHostPort() |
|
PodSecurityPolicySpecFluent.FsGroupNested<A> |
editFsGroup() |
|
PodSecurityPolicySpecFluent.HostPortsNested<A> |
editHostPort(int index) |
|
PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> |
editLastAllowedCSIDriver() |
|
PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> |
editLastAllowedFlexVolume() |
|
PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> |
editLastAllowedHostPath() |
|
PodSecurityPolicySpecFluent.HostPortsNested<A> |
editLastHostPort() |
|
PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> |
editMatchingAllowedCSIDriver(io.fabric8.kubernetes.api.builder.Predicate<AllowedCSIDriverBuilder> predicate) |
|
PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> |
editMatchingAllowedFlexVolume(io.fabric8.kubernetes.api.builder.Predicate<AllowedFlexVolumeBuilder> predicate) |
|
PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> |
editMatchingAllowedHostPath(io.fabric8.kubernetes.api.builder.Predicate<AllowedHostPathBuilder> predicate) |
|
PodSecurityPolicySpecFluent.HostPortsNested<A> |
editMatchingHostPort(io.fabric8.kubernetes.api.builder.Predicate<HostPortRangeBuilder> predicate) |
|
PodSecurityPolicySpecFluent.FsGroupNested<A> |
editOrNewFsGroup() |
|
PodSecurityPolicySpecFluent.FsGroupNested<A> |
editOrNewFsGroupLike(FSGroupStrategyOptions item) |
|
PodSecurityPolicySpecFluent.RunAsGroupNested<A> |
editOrNewRunAsGroup() |
|
PodSecurityPolicySpecFluent.RunAsGroupNested<A> |
editOrNewRunAsGroupLike(RunAsGroupStrategyOptions item) |
|
PodSecurityPolicySpecFluent.RunAsUserNested<A> |
editOrNewRunAsUser() |
|
PodSecurityPolicySpecFluent.RunAsUserNested<A> |
editOrNewRunAsUserLike(RunAsUserStrategyOptions item) |
|
PodSecurityPolicySpecFluent.RuntimeClassNested<A> |
editOrNewRuntimeClass() |
|
PodSecurityPolicySpecFluent.RuntimeClassNested<A> |
editOrNewRuntimeClassLike(RuntimeClassStrategyOptions item) |
|
PodSecurityPolicySpecFluent.SeLinuxNested<A> |
editOrNewSeLinux() |
|
PodSecurityPolicySpecFluent.SeLinuxNested<A> |
editOrNewSeLinuxLike(SELinuxStrategyOptions item) |
|
PodSecurityPolicySpecFluent.SupplementalGroupsNested<A> |
editOrNewSupplementalGroups() |
|
PodSecurityPolicySpecFluent.SupplementalGroupsNested<A> |
editOrNewSupplementalGroupsLike(SupplementalGroupsStrategyOptions item) |
|
PodSecurityPolicySpecFluent.RunAsGroupNested<A> |
editRunAsGroup() |
|
PodSecurityPolicySpecFluent.RunAsUserNested<A> |
editRunAsUser() |
|
PodSecurityPolicySpecFluent.RuntimeClassNested<A> |
editRuntimeClass() |
|
PodSecurityPolicySpecFluent.SeLinuxNested<A> |
editSeLinux() |
|
PodSecurityPolicySpecFluent.SupplementalGroupsNested<A> |
editSupplementalGroups() |
|
List<String> |
getAllowedCapabilities() |
|
String |
getAllowedCapability(int index) |
|
List<AllowedCSIDriver> |
getAllowedCSIDrivers() |
Deprecated.
|
List<AllowedFlexVolume> |
getAllowedFlexVolumes() |
Deprecated.
|
List<AllowedHostPath> |
getAllowedHostPaths() |
Deprecated.
|
String |
getAllowedProcMountType(int index) |
|
List<String> |
getAllowedProcMountTypes() |
|
String |
getAllowedUnsafeSysctl(int index) |
|
List<String> |
getAllowedUnsafeSysctls() |
|
List<String> |
getDefaultAddCapabilities() |
|
String |
getDefaultAddCapability(int index) |
|
String |
getFirstAllowedCapability() |
|
String |
getFirstAllowedProcMountType() |
|
String |
getFirstAllowedUnsafeSysctl() |
|
String |
getFirstDefaultAddCapability() |
|
String |
getFirstForbiddenSysctl() |
|
String |
getFirstRequiredDropCapability() |
|
String |
getFirstVolume() |
|
String |
getForbiddenSysctl(int index) |
|
List<String> |
getForbiddenSysctls() |
|
FSGroupStrategyOptions |
getFsGroup() |
Deprecated.
|
List<HostPortRange> |
getHostPorts() |
Deprecated.
|
String |
getLastAllowedCapability() |
|
String |
getLastAllowedProcMountType() |
|
String |
getLastAllowedUnsafeSysctl() |
|
String |
getLastDefaultAddCapability() |
|
String |
getLastForbiddenSysctl() |
|
String |
getLastRequiredDropCapability() |
|
String |
getLastVolume() |
|
String |
getMatchingAllowedCapability(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
String |
getMatchingAllowedProcMountType(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
String |
getMatchingAllowedUnsafeSysctl(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
String |
getMatchingDefaultAddCapability(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
String |
getMatchingForbiddenSysctl(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
String |
getMatchingRequiredDropCapability(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
String |
getMatchingVolume(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
List<String> |
getRequiredDropCapabilities() |
|
String |
getRequiredDropCapability(int index) |
|
RunAsGroupStrategyOptions |
getRunAsGroup() |
Deprecated.
|
RunAsUserStrategyOptions |
getRunAsUser() |
Deprecated.
|
RuntimeClassStrategyOptions |
getRuntimeClass() |
Deprecated.
|
SELinuxStrategyOptions |
getSeLinux() |
Deprecated.
|
SupplementalGroupsStrategyOptions |
getSupplementalGroups() |
Deprecated.
|
String |
getVolume(int index) |
|
List<String> |
getVolumes() |
|
Boolean |
hasAllowedCapabilities() |
|
Boolean |
hasAllowedCSIDrivers() |
|
Boolean |
hasAllowedFlexVolumes() |
|
Boolean |
hasAllowedHostPaths() |
|
Boolean |
hasAllowedProcMountTypes() |
|
Boolean |
hasAllowedUnsafeSysctls() |
|
Boolean |
hasAllowPrivilegeEscalation() |
|
Boolean |
hasDefaultAddCapabilities() |
|
Boolean |
hasDefaultAllowPrivilegeEscalation() |
|
Boolean |
hasForbiddenSysctls() |
|
Boolean |
hasFsGroup() |
|
Boolean |
hasHostIPC() |
|
Boolean |
hasHostNetwork() |
|
Boolean |
hasHostPID() |
|
Boolean |
hasHostPorts() |
|
Boolean |
hasMatchingAllowedCapability(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
Boolean |
hasMatchingAllowedCSIDriver(io.fabric8.kubernetes.api.builder.Predicate<AllowedCSIDriverBuilder> predicate) |
|
Boolean |
hasMatchingAllowedFlexVolume(io.fabric8.kubernetes.api.builder.Predicate<AllowedFlexVolumeBuilder> predicate) |
|
Boolean |
hasMatchingAllowedHostPath(io.fabric8.kubernetes.api.builder.Predicate<AllowedHostPathBuilder> predicate) |
|
Boolean |
hasMatchingAllowedProcMountType(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
Boolean |
hasMatchingAllowedUnsafeSysctl(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
Boolean |
hasMatchingDefaultAddCapability(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
Boolean |
hasMatchingForbiddenSysctl(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
Boolean |
hasMatchingHostPort(io.fabric8.kubernetes.api.builder.Predicate<HostPortRangeBuilder> predicate) |
|
Boolean |
hasMatchingRequiredDropCapability(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
Boolean |
hasMatchingVolume(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
|
Boolean |
hasPrivileged() |
|
Boolean |
hasReadOnlyRootFilesystem() |
|
Boolean |
hasRequiredDropCapabilities() |
|
Boolean |
hasRunAsGroup() |
|
Boolean |
hasRunAsUser() |
|
Boolean |
hasRuntimeClass() |
|
Boolean |
hasSeLinux() |
|
Boolean |
hasSupplementalGroups() |
|
Boolean |
hasVolumes() |
|
Boolean |
isAllowPrivilegeEscalation() |
|
Boolean |
isDefaultAllowPrivilegeEscalation() |
|
Boolean |
isHostIPC() |
|
Boolean |
isHostNetwork() |
|
Boolean |
isHostPID() |
|
Boolean |
isPrivileged() |
|
Boolean |
isReadOnlyRootFilesystem() |
|
A |
removeAllFromAllowedCapabilities(Collection<String> items) |
|
A |
removeAllFromAllowedCSIDrivers(Collection<AllowedCSIDriver> items) |
|
A |
removeAllFromAllowedFlexVolumes(Collection<AllowedFlexVolume> items) |
|
A |
removeAllFromAllowedHostPaths(Collection<AllowedHostPath> items) |
|
A |
removeAllFromAllowedProcMountTypes(Collection<String> items) |
|
A |
removeAllFromAllowedUnsafeSysctls(Collection<String> items) |
|
A |
removeAllFromDefaultAddCapabilities(Collection<String> items) |
|
A |
removeAllFromForbiddenSysctls(Collection<String> items) |
|
A |
removeAllFromHostPorts(Collection<HostPortRange> items) |
|
A |
removeAllFromRequiredDropCapabilities(Collection<String> items) |
|
A |
removeAllFromVolumes(Collection<String> items) |
|
A |
removeFromAllowedCapabilities(String... items) |
|
A |
removeFromAllowedCSIDrivers(AllowedCSIDriver... items) |
|
A |
removeFromAllowedFlexVolumes(AllowedFlexVolume... items) |
|
A |
removeFromAllowedHostPaths(AllowedHostPath... items) |
|
A |
removeFromAllowedProcMountTypes(String... items) |
|
A |
removeFromAllowedUnsafeSysctls(String... items) |
|
A |
removeFromDefaultAddCapabilities(String... items) |
|
A |
removeFromForbiddenSysctls(String... items) |
|
A |
removeFromHostPorts(HostPortRange... items) |
|
A |
removeFromRequiredDropCapabilities(String... items) |
|
A |
removeFromVolumes(String... items) |
|
A |
removeMatchingFromAllowedCSIDrivers(io.fabric8.kubernetes.api.builder.Predicate<AllowedCSIDriverBuilder> predicate) |
|
A |
removeMatchingFromAllowedFlexVolumes(io.fabric8.kubernetes.api.builder.Predicate<AllowedFlexVolumeBuilder> predicate) |
|
A |
removeMatchingFromAllowedHostPaths(io.fabric8.kubernetes.api.builder.Predicate<AllowedHostPathBuilder> predicate) |
|
A |
removeMatchingFromHostPorts(io.fabric8.kubernetes.api.builder.Predicate<HostPortRangeBuilder> predicate) |
|
PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> |
setNewAllowedCSIDriverLike(int index,
AllowedCSIDriver item) |
|
PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> |
setNewAllowedFlexVolumeLike(int index,
AllowedFlexVolume item) |
|
PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> |
setNewAllowedHostPathLike(int index,
AllowedHostPath item) |
|
PodSecurityPolicySpecFluent.HostPortsNested<A> |
setNewHostPortLike(int index,
HostPortRange item) |
|
A |
setToAllowedCapabilities(int index,
String item) |
|
A |
setToAllowedCSIDrivers(int index,
AllowedCSIDriver item) |
|
A |
setToAllowedFlexVolumes(int index,
AllowedFlexVolume item) |
|
A |
setToAllowedHostPaths(int index,
AllowedHostPath item) |
|
A |
setToAllowedProcMountTypes(int index,
String item) |
|
A |
setToAllowedUnsafeSysctls(int index,
String item) |
|
A |
setToDefaultAddCapabilities(int index,
String item) |
|
A |
setToForbiddenSysctls(int index,
String item) |
|
A |
setToHostPorts(int index,
HostPortRange item) |
|
A |
setToRequiredDropCapabilities(int index,
String item) |
|
A |
setToVolumes(int index,
String item) |
|
A |
withAllowedCapabilities(String... allowedCapabilities) |
|
A |
withAllowedCapabilities(List<String> allowedCapabilities) |
|
A |
withAllowedCSIDrivers(AllowedCSIDriver... allowedCSIDrivers) |
|
A |
withAllowedCSIDrivers(List<AllowedCSIDriver> allowedCSIDrivers) |
|
A |
withAllowedFlexVolumes(AllowedFlexVolume... allowedFlexVolumes) |
|
A |
withAllowedFlexVolumes(List<AllowedFlexVolume> allowedFlexVolumes) |
|
A |
withAllowedHostPaths(AllowedHostPath... allowedHostPaths) |
|
A |
withAllowedHostPaths(List<AllowedHostPath> allowedHostPaths) |
|
A |
withAllowedProcMountTypes(String... allowedProcMountTypes) |
|
A |
withAllowedProcMountTypes(List<String> allowedProcMountTypes) |
|
A |
withAllowedUnsafeSysctls(String... allowedUnsafeSysctls) |
|
A |
withAllowedUnsafeSysctls(List<String> allowedUnsafeSysctls) |
|
A |
withAllowPrivilegeEscalation(Boolean allowPrivilegeEscalation) |
|
A |
withDefaultAddCapabilities(String... defaultAddCapabilities) |
|
A |
withDefaultAddCapabilities(List<String> defaultAddCapabilities) |
|
A |
withDefaultAllowPrivilegeEscalation(Boolean defaultAllowPrivilegeEscalation) |
|
A |
withForbiddenSysctls(String... forbiddenSysctls) |
|
A |
withForbiddenSysctls(List<String> forbiddenSysctls) |
|
A |
withFsGroup(FSGroupStrategyOptions fsGroup) |
|
A |
withHostIPC(Boolean hostIPC) |
|
A |
withHostNetwork(Boolean hostNetwork) |
|
A |
withHostPID(Boolean hostPID) |
|
A |
withHostPorts(HostPortRange... hostPorts) |
|
A |
withHostPorts(List<HostPortRange> hostPorts) |
|
A |
withNewAllowPrivilegeEscalation(boolean arg1) |
|
A |
withNewAllowPrivilegeEscalation(String arg1) |
|
A |
withNewDefaultAllowPrivilegeEscalation(boolean arg1) |
|
A |
withNewDefaultAllowPrivilegeEscalation(String arg1) |
|
PodSecurityPolicySpecFluent.FsGroupNested<A> |
withNewFsGroup() |
|
PodSecurityPolicySpecFluent.FsGroupNested<A> |
withNewFsGroupLike(FSGroupStrategyOptions item) |
|
A |
withNewHostIPC(boolean arg1) |
|
A |
withNewHostIPC(String arg1) |
|
A |
withNewHostNetwork(boolean arg1) |
|
A |
withNewHostNetwork(String arg1) |
|
A |
withNewHostPID(boolean arg1) |
|
A |
withNewHostPID(String arg1) |
|
A |
withNewPrivileged(boolean arg1) |
|
A |
withNewPrivileged(String arg1) |
|
A |
withNewReadOnlyRootFilesystem(boolean arg1) |
|
A |
withNewReadOnlyRootFilesystem(String arg1) |
|
PodSecurityPolicySpecFluent.RunAsGroupNested<A> |
withNewRunAsGroup() |
|
PodSecurityPolicySpecFluent.RunAsGroupNested<A> |
withNewRunAsGroupLike(RunAsGroupStrategyOptions item) |
|
PodSecurityPolicySpecFluent.RunAsUserNested<A> |
withNewRunAsUser() |
|
PodSecurityPolicySpecFluent.RunAsUserNested<A> |
withNewRunAsUserLike(RunAsUserStrategyOptions item) |
|
PodSecurityPolicySpecFluent.RuntimeClassNested<A> |
withNewRuntimeClass() |
|
PodSecurityPolicySpecFluent.RuntimeClassNested<A> |
withNewRuntimeClassLike(RuntimeClassStrategyOptions item) |
|
PodSecurityPolicySpecFluent.SeLinuxNested<A> |
withNewSeLinux() |
|
PodSecurityPolicySpecFluent.SeLinuxNested<A> |
withNewSeLinuxLike(SELinuxStrategyOptions item) |
|
PodSecurityPolicySpecFluent.SupplementalGroupsNested<A> |
withNewSupplementalGroups() |
|
PodSecurityPolicySpecFluent.SupplementalGroupsNested<A> |
withNewSupplementalGroupsLike(SupplementalGroupsStrategyOptions item) |
|
A |
withPrivileged(Boolean privileged) |
|
A |
withReadOnlyRootFilesystem(Boolean readOnlyRootFilesystem) |
|
A |
withRequiredDropCapabilities(String... requiredDropCapabilities) |
|
A |
withRequiredDropCapabilities(List<String> requiredDropCapabilities) |
|
A |
withRunAsGroup(RunAsGroupStrategyOptions runAsGroup) |
|
A |
withRunAsUser(RunAsUserStrategyOptions runAsUser) |
|
A |
withRuntimeClass(RuntimeClassStrategyOptions runtimeClass) |
|
A |
withSeLinux(SELinuxStrategyOptions seLinux) |
|
A |
withSupplementalGroups(SupplementalGroupsStrategyOptions supplementalGroups) |
|
A |
withVolumes(String... volumes) |
|
A |
withVolumes(List<String> volumes) |
|