All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
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) |
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) |
PodSecurityPolicySpecFluent.HostPortsNested<A> |
addNewHostPort() |
A |
addNewHostPort(Integer max,
Integer min) |
PodSecurityPolicySpecFluent.HostPortsNested<A> |
addNewHostPortLike(HostPortRange item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAllowedCapabilities(int index,
String item) |
A |
addToAllowedCapabilities(String... items) |
A |
addToAllowedCSIDrivers(AllowedCSIDriver... items) |
A |
addToAllowedCSIDrivers(int index,
AllowedCSIDriver item) |
A |
addToAllowedFlexVolumes(AllowedFlexVolume... items) |
A |
addToAllowedFlexVolumes(int index,
AllowedFlexVolume item) |
A |
addToAllowedHostPaths(AllowedHostPath... items) |
A |
addToAllowedHostPaths(int index,
AllowedHostPath item) |
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(HostPortRange... items) |
A |
addToHostPorts(int index,
HostPortRange item) |
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(Predicate<AllowedCSIDriverBuilder> predicate) |
AllowedFlexVolume |
buildMatchingAllowedFlexVolume(Predicate<AllowedFlexVolumeBuilder> predicate) |
AllowedHostPath |
buildMatchingAllowedHostPath(Predicate<AllowedHostPathBuilder> predicate) |
HostPortRange |
buildMatchingHostPort(Predicate<HostPortRangeBuilder> predicate) |
RunAsGroupStrategyOptions |
buildRunAsGroup() |
RunAsUserStrategyOptions |
buildRunAsUser() |
RuntimeClassStrategyOptions |
buildRuntimeClass() |
SELinuxStrategyOptions |
buildSeLinux() |
SupplementalGroupsStrategyOptions |
buildSupplementalGroups() |
protected void |
copyInstance(PodSecurityPolicySpec instance) |
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(Predicate<AllowedCSIDriverBuilder> predicate) |
PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> |
editMatchingAllowedFlexVolume(Predicate<AllowedFlexVolumeBuilder> predicate) |
PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> |
editMatchingAllowedHostPath(Predicate<AllowedHostPathBuilder> predicate) |
PodSecurityPolicySpecFluent.HostPortsNested<A> |
editMatchingHostPort(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() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getAllowedCapabilities() |
String |
getAllowedCapability(int index) |
String |
getAllowedProcMountType(int index) |
List<String> |
getAllowedProcMountTypes() |
String |
getAllowedUnsafeSysctl(int index) |
List<String> |
getAllowedUnsafeSysctls() |
Boolean |
getAllowPrivilegeEscalation() |
List<String> |
getDefaultAddCapabilities() |
String |
getDefaultAddCapability(int index) |
Boolean |
getDefaultAllowPrivilegeEscalation() |
String |
getFirstAllowedCapability() |
String |
getFirstAllowedProcMountType() |
String |
getFirstAllowedUnsafeSysctl() |
String |
getFirstDefaultAddCapability() |
String |
getFirstForbiddenSysctl() |
String |
getFirstRequiredDropCapability() |
String |
getFirstVolume() |
String |
getForbiddenSysctl(int index) |
List<String> |
getForbiddenSysctls() |
Boolean |
getHostIPC() |
Boolean |
getHostNetwork() |
Boolean |
getHostPID() |
String |
getLastAllowedCapability() |
String |
getLastAllowedProcMountType() |
String |
getLastAllowedUnsafeSysctl() |
String |
getLastDefaultAddCapability() |
String |
getLastForbiddenSysctl() |
String |
getLastRequiredDropCapability() |
String |
getLastVolume() |
String |
getMatchingAllowedCapability(Predicate<String> predicate) |
String |
getMatchingAllowedProcMountType(Predicate<String> predicate) |
String |
getMatchingAllowedUnsafeSysctl(Predicate<String> predicate) |
String |
getMatchingDefaultAddCapability(Predicate<String> predicate) |
String |
getMatchingForbiddenSysctl(Predicate<String> predicate) |
String |
getMatchingRequiredDropCapability(Predicate<String> predicate) |
String |
getMatchingVolume(Predicate<String> predicate) |
Boolean |
getPrivileged() |
Boolean |
getReadOnlyRootFilesystem() |
List<String> |
getRequiredDropCapabilities() |
String |
getRequiredDropCapability(int index) |
String |
getVolume(int index) |
List<String> |
getVolumes() |
boolean |
hasAdditionalProperties() |
boolean |
hasAllowedCapabilities() |
boolean |
hasAllowedCSIDrivers() |
boolean |
hasAllowedFlexVolumes() |
boolean |
hasAllowedHostPaths() |
boolean |
hasAllowedProcMountTypes() |
boolean |
hasAllowedUnsafeSysctls() |
boolean |
hasAllowPrivilegeEscalation() |
boolean |
hasDefaultAddCapabilities() |
boolean |
hasDefaultAllowPrivilegeEscalation() |
boolean |
hasForbiddenSysctls() |
boolean |
hasFsGroup() |
int |
hashCode() |
boolean |
hasHostIPC() |
boolean |
hasHostNetwork() |
boolean |
hasHostPID() |
boolean |
hasHostPorts() |
boolean |
hasMatchingAllowedCapability(Predicate<String> predicate) |
boolean |
hasMatchingAllowedCSIDriver(Predicate<AllowedCSIDriverBuilder> predicate) |
boolean |
hasMatchingAllowedFlexVolume(Predicate<AllowedFlexVolumeBuilder> predicate) |
boolean |
hasMatchingAllowedHostPath(Predicate<AllowedHostPathBuilder> predicate) |
boolean |
hasMatchingAllowedProcMountType(Predicate<String> predicate) |
boolean |
hasMatchingAllowedUnsafeSysctl(Predicate<String> predicate) |
boolean |
hasMatchingDefaultAddCapability(Predicate<String> predicate) |
boolean |
hasMatchingForbiddenSysctl(Predicate<String> predicate) |
boolean |
hasMatchingHostPort(Predicate<HostPortRangeBuilder> predicate) |
boolean |
hasMatchingRequiredDropCapability(Predicate<String> predicate) |
boolean |
hasMatchingVolume(Predicate<String> predicate) |
boolean |
hasPrivileged() |
boolean |
hasReadOnlyRootFilesystem() |
boolean |
hasRequiredDropCapabilities() |
boolean |
hasRunAsGroup() |
boolean |
hasRunAsUser() |
boolean |
hasRuntimeClass() |
boolean |
hasSeLinux() |
boolean |
hasSupplementalGroups() |
boolean |
hasVolumes() |
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 |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
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(Predicate<AllowedCSIDriverBuilder> predicate) |
A |
removeMatchingFromAllowedFlexVolumes(Predicate<AllowedFlexVolumeBuilder> predicate) |
A |
removeMatchingFromAllowedHostPaths(Predicate<AllowedHostPathBuilder> predicate) |
A |
removeMatchingFromHostPorts(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) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAllowedCapabilities(List<String> allowedCapabilities) |
A |
withAllowedCapabilities(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(List<String> allowedProcMountTypes) |
A |
withAllowedProcMountTypes(String... allowedProcMountTypes) |
A |
withAllowedUnsafeSysctls(List<String> allowedUnsafeSysctls) |
A |
withAllowedUnsafeSysctls(String... allowedUnsafeSysctls) |
A |
withAllowPrivilegeEscalation() |
A |
withAllowPrivilegeEscalation(Boolean allowPrivilegeEscalation) |
A |
withDefaultAddCapabilities(List<String> defaultAddCapabilities) |
A |
withDefaultAddCapabilities(String... defaultAddCapabilities) |
A |
withDefaultAllowPrivilegeEscalation() |
A |
withDefaultAllowPrivilegeEscalation(Boolean defaultAllowPrivilegeEscalation) |
A |
withForbiddenSysctls(List<String> forbiddenSysctls) |
A |
withForbiddenSysctls(String... forbiddenSysctls) |
A |
withFsGroup(FSGroupStrategyOptions fsGroup) |
A |
withHostIPC() |
A |
withHostIPC(Boolean hostIPC) |
A |
withHostNetwork() |
A |
withHostNetwork(Boolean hostNetwork) |
A |
withHostPID() |
A |
withHostPID(Boolean hostPID) |
A |
withHostPorts(HostPortRange... hostPorts) |
A |
withHostPorts(List<HostPortRange> hostPorts) |
PodSecurityPolicySpecFluent.FsGroupNested<A> |
withNewFsGroup() |
PodSecurityPolicySpecFluent.FsGroupNested<A> |
withNewFsGroupLike(FSGroupStrategyOptions item) |
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() |
A |
withPrivileged(Boolean privileged) |
A |
withReadOnlyRootFilesystem() |
A |
withReadOnlyRootFilesystem(Boolean readOnlyRootFilesystem) |
A |
withRequiredDropCapabilities(List<String> requiredDropCapabilities) |
A |
withRequiredDropCapabilities(String... requiredDropCapabilities) |
A |
withRunAsGroup(RunAsGroupStrategyOptions runAsGroup) |
A |
withRunAsUser(RunAsUserStrategyOptions runAsUser) |
A |
withRuntimeClass(RuntimeClassStrategyOptions runtimeClass) |
A |
withSeLinux(SELinuxStrategyOptions seLinux) |
A |
withSupplementalGroups(SupplementalGroupsStrategyOptions supplementalGroups) |
A |
withVolumes(List<String> volumes) |
A |
withVolumes(String... volumes) |