All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToAllowedCapabilities(Collection<String> items) |
A |
addAllToAllowedFlexVolumes(Collection<AllowedFlexVolume> items) |
A |
addAllToAllowedUnsafeSysctls(Collection<String> items) |
A |
addAllToDefaultAddCapabilities(Collection<String> items) |
A |
addAllToForbiddenSysctls(Collection<String> items) |
A |
addAllToGroups(Collection<String> items) |
A |
addAllToRequiredDropCapabilities(Collection<String> items) |
A |
addAllToSeccompProfiles(Collection<String> items) |
A |
addAllToUsers(Collection<String> items) |
A |
addAllToVolumes(Collection<String> items) |
SecurityContextConstraintsFluent.AllowedFlexVolumesNested<A> |
addNewAllowedFlexVolume() |
A |
addNewAllowedFlexVolume(String driver) |
SecurityContextConstraintsFluent.AllowedFlexVolumesNested<A> |
addNewAllowedFlexVolumeLike(AllowedFlexVolume item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAllowedCapabilities(int index,
String item) |
A |
addToAllowedCapabilities(String... items) |
A |
addToAllowedFlexVolumes(AllowedFlexVolume... items) |
A |
addToAllowedFlexVolumes(int index,
AllowedFlexVolume item) |
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 |
addToGroups(int index,
String item) |
A |
addToGroups(String... items) |
A |
addToRequiredDropCapabilities(int index,
String item) |
A |
addToRequiredDropCapabilities(String... items) |
A |
addToSeccompProfiles(int index,
String item) |
A |
addToSeccompProfiles(String... items) |
A |
addToUsers(int index,
String item) |
A |
addToUsers(String... items) |
A |
addToVolumes(int index,
String item) |
A |
addToVolumes(String... items) |
AllowedFlexVolume |
buildAllowedFlexVolume(int index) |
List<AllowedFlexVolume> |
buildAllowedFlexVolumes() |
AllowedFlexVolume |
buildFirstAllowedFlexVolume() |
FSGroupStrategyOptions |
buildFsGroup() |
AllowedFlexVolume |
buildLastAllowedFlexVolume() |
AllowedFlexVolume |
buildMatchingAllowedFlexVolume(Predicate<AllowedFlexVolumeBuilder> predicate) |
io.fabric8.kubernetes.api.model.ObjectMeta |
buildMetadata() |
RunAsUserStrategyOptions |
buildRunAsUser() |
SELinuxContextStrategyOptions |
buildSeLinuxContext() |
SupplementalGroupsStrategyOptions |
buildSupplementalGroups() |
protected void |
copyInstance(SecurityContextConstraints instance) |
SecurityContextConstraintsFluent.AllowedFlexVolumesNested<A> |
editAllowedFlexVolume(int index) |
SecurityContextConstraintsFluent.AllowedFlexVolumesNested<A> |
editFirstAllowedFlexVolume() |
SecurityContextConstraintsFluent.FsGroupNested<A> |
editFsGroup() |
SecurityContextConstraintsFluent.AllowedFlexVolumesNested<A> |
editLastAllowedFlexVolume() |
SecurityContextConstraintsFluent.AllowedFlexVolumesNested<A> |
editMatchingAllowedFlexVolume(Predicate<AllowedFlexVolumeBuilder> predicate) |
SecurityContextConstraintsFluent.MetadataNested<A> |
editMetadata() |
SecurityContextConstraintsFluent.FsGroupNested<A> |
editOrNewFsGroup() |
SecurityContextConstraintsFluent.FsGroupNested<A> |
editOrNewFsGroupLike(FSGroupStrategyOptions item) |
SecurityContextConstraintsFluent.MetadataNested<A> |
editOrNewMetadata() |
SecurityContextConstraintsFluent.MetadataNested<A> |
editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item) |
SecurityContextConstraintsFluent.RunAsUserNested<A> |
editOrNewRunAsUser() |
SecurityContextConstraintsFluent.RunAsUserNested<A> |
editOrNewRunAsUserLike(RunAsUserStrategyOptions item) |
SecurityContextConstraintsFluent.SeLinuxContextNested<A> |
editOrNewSeLinuxContext() |
SecurityContextConstraintsFluent.SeLinuxContextNested<A> |
editOrNewSeLinuxContextLike(SELinuxContextStrategyOptions item) |
SecurityContextConstraintsFluent.SupplementalGroupsNested<A> |
editOrNewSupplementalGroups() |
SecurityContextConstraintsFluent.SupplementalGroupsNested<A> |
editOrNewSupplementalGroupsLike(SupplementalGroupsStrategyOptions item) |
SecurityContextConstraintsFluent.RunAsUserNested<A> |
editRunAsUser() |
SecurityContextConstraintsFluent.SeLinuxContextNested<A> |
editSeLinuxContext() |
SecurityContextConstraintsFluent.SupplementalGroupsNested<A> |
editSupplementalGroups() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getAllowedCapabilities() |
String |
getAllowedCapability(int index) |
String |
getAllowedUnsafeSysctl(int index) |
List<String> |
getAllowedUnsafeSysctls() |
Boolean |
getAllowHostDirVolumePlugin() |
Boolean |
getAllowHostIPC() |
Boolean |
getAllowHostNetwork() |
Boolean |
getAllowHostPID() |
Boolean |
getAllowHostPorts() |
Boolean |
getAllowPrivilegedContainer() |
Boolean |
getAllowPrivilegeEscalation() |
String |
getApiVersion() |
List<String> |
getDefaultAddCapabilities() |
String |
getDefaultAddCapability(int index) |
Boolean |
getDefaultAllowPrivilegeEscalation() |
String |
getFirstAllowedCapability() |
String |
getFirstAllowedUnsafeSysctl() |
String |
getFirstDefaultAddCapability() |
String |
getFirstForbiddenSysctl() |
String |
getFirstGroup() |
String |
getFirstRequiredDropCapability() |
String |
getFirstSeccompProfile() |
String |
getFirstUser() |
String |
getFirstVolume() |
String |
getForbiddenSysctl(int index) |
List<String> |
getForbiddenSysctls() |
String |
getGroup(int index) |
List<String> |
getGroups() |
String |
getKind() |
String |
getLastAllowedCapability() |
String |
getLastAllowedUnsafeSysctl() |
String |
getLastDefaultAddCapability() |
String |
getLastForbiddenSysctl() |
String |
getLastGroup() |
String |
getLastRequiredDropCapability() |
String |
getLastSeccompProfile() |
String |
getLastUser() |
String |
getLastVolume() |
String |
getMatchingAllowedCapability(Predicate<String> predicate) |
String |
getMatchingAllowedUnsafeSysctl(Predicate<String> predicate) |
String |
getMatchingDefaultAddCapability(Predicate<String> predicate) |
String |
getMatchingForbiddenSysctl(Predicate<String> predicate) |
String |
getMatchingGroup(Predicate<String> predicate) |
String |
getMatchingRequiredDropCapability(Predicate<String> predicate) |
String |
getMatchingSeccompProfile(Predicate<String> predicate) |
String |
getMatchingUser(Predicate<String> predicate) |
String |
getMatchingVolume(Predicate<String> predicate) |
Integer |
getPriority() |
Boolean |
getReadOnlyRootFilesystem() |
List<String> |
getRequiredDropCapabilities() |
String |
getRequiredDropCapability(int index) |
String |
getSeccompProfile(int index) |
List<String> |
getSeccompProfiles() |
String |
getUser(int index) |
List<String> |
getUsers() |
String |
getVolume(int index) |
List<String> |
getVolumes() |
boolean |
hasAdditionalProperties() |
boolean |
hasAllowedCapabilities() |
boolean |
hasAllowedFlexVolumes() |
boolean |
hasAllowedUnsafeSysctls() |
boolean |
hasAllowHostDirVolumePlugin() |
boolean |
hasAllowHostIPC() |
boolean |
hasAllowHostNetwork() |
boolean |
hasAllowHostPID() |
boolean |
hasAllowHostPorts() |
boolean |
hasAllowPrivilegedContainer() |
boolean |
hasAllowPrivilegeEscalation() |
boolean |
hasApiVersion() |
boolean |
hasDefaultAddCapabilities() |
boolean |
hasDefaultAllowPrivilegeEscalation() |
boolean |
hasForbiddenSysctls() |
boolean |
hasFsGroup() |
boolean |
hasGroups() |
int |
hashCode() |
boolean |
hasKind() |
boolean |
hasMatchingAllowedCapability(Predicate<String> predicate) |
boolean |
hasMatchingAllowedFlexVolume(Predicate<AllowedFlexVolumeBuilder> predicate) |
boolean |
hasMatchingAllowedUnsafeSysctl(Predicate<String> predicate) |
boolean |
hasMatchingDefaultAddCapability(Predicate<String> predicate) |
boolean |
hasMatchingForbiddenSysctl(Predicate<String> predicate) |
boolean |
hasMatchingGroup(Predicate<String> predicate) |
boolean |
hasMatchingRequiredDropCapability(Predicate<String> predicate) |
boolean |
hasMatchingSeccompProfile(Predicate<String> predicate) |
boolean |
hasMatchingUser(Predicate<String> predicate) |
boolean |
hasMatchingVolume(Predicate<String> predicate) |
boolean |
hasMetadata() |
boolean |
hasPriority() |
boolean |
hasReadOnlyRootFilesystem() |
boolean |
hasRequiredDropCapabilities() |
boolean |
hasRunAsUser() |
boolean |
hasSeccompProfiles() |
boolean |
hasSeLinuxContext() |
boolean |
hasSupplementalGroups() |
boolean |
hasUsers() |
boolean |
hasVolumes() |
A |
removeAllFromAllowedCapabilities(Collection<String> items) |
A |
removeAllFromAllowedFlexVolumes(Collection<AllowedFlexVolume> items) |
A |
removeAllFromAllowedUnsafeSysctls(Collection<String> items) |
A |
removeAllFromDefaultAddCapabilities(Collection<String> items) |
A |
removeAllFromForbiddenSysctls(Collection<String> items) |
A |
removeAllFromGroups(Collection<String> items) |
A |
removeAllFromRequiredDropCapabilities(Collection<String> items) |
A |
removeAllFromSeccompProfiles(Collection<String> items) |
A |
removeAllFromUsers(Collection<String> items) |
A |
removeAllFromVolumes(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAllowedCapabilities(String... items) |
A |
removeFromAllowedFlexVolumes(AllowedFlexVolume... items) |
A |
removeFromAllowedUnsafeSysctls(String... items) |
A |
removeFromDefaultAddCapabilities(String... items) |
A |
removeFromForbiddenSysctls(String... items) |
A |
removeFromGroups(String... items) |
A |
removeFromRequiredDropCapabilities(String... items) |
A |
removeFromSeccompProfiles(String... items) |
A |
removeFromUsers(String... items) |
A |
removeFromVolumes(String... items) |
A |
removeMatchingFromAllowedFlexVolumes(Predicate<AllowedFlexVolumeBuilder> predicate) |
SecurityContextConstraintsFluent.AllowedFlexVolumesNested<A> |
setNewAllowedFlexVolumeLike(int index,
AllowedFlexVolume item) |
A |
setToAllowedCapabilities(int index,
String item) |
A |
setToAllowedFlexVolumes(int index,
AllowedFlexVolume item) |
A |
setToAllowedUnsafeSysctls(int index,
String item) |
A |
setToDefaultAddCapabilities(int index,
String item) |
A |
setToForbiddenSysctls(int index,
String item) |
A |
setToGroups(int index,
String item) |
A |
setToRequiredDropCapabilities(int index,
String item) |
A |
setToSeccompProfiles(int index,
String item) |
A |
setToUsers(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 |
withAllowedFlexVolumes(AllowedFlexVolume... allowedFlexVolumes) |
A |
withAllowedFlexVolumes(List<AllowedFlexVolume> allowedFlexVolumes) |
A |
withAllowedUnsafeSysctls(List<String> allowedUnsafeSysctls) |
A |
withAllowedUnsafeSysctls(String... allowedUnsafeSysctls) |
A |
withAllowHostDirVolumePlugin() |
A |
withAllowHostDirVolumePlugin(Boolean allowHostDirVolumePlugin) |
A |
withAllowHostIPC() |
A |
withAllowHostIPC(Boolean allowHostIPC) |
A |
withAllowHostNetwork() |
A |
withAllowHostNetwork(Boolean allowHostNetwork) |
A |
withAllowHostPID() |
A |
withAllowHostPID(Boolean allowHostPID) |
A |
withAllowHostPorts() |
A |
withAllowHostPorts(Boolean allowHostPorts) |
A |
withAllowPrivilegedContainer() |
A |
withAllowPrivilegedContainer(Boolean allowPrivilegedContainer) |
A |
withAllowPrivilegeEscalation() |
A |
withAllowPrivilegeEscalation(Boolean allowPrivilegeEscalation) |
A |
withApiVersion(String apiVersion) |
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 |
withGroups(List<String> groups) |
A |
withGroups(String... groups) |
A |
withKind(String kind) |
A |
withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata) |
SecurityContextConstraintsFluent.FsGroupNested<A> |
withNewFsGroup() |
SecurityContextConstraintsFluent.FsGroupNested<A> |
withNewFsGroupLike(FSGroupStrategyOptions item) |
SecurityContextConstraintsFluent.MetadataNested<A> |
withNewMetadata() |
SecurityContextConstraintsFluent.MetadataNested<A> |
withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item) |
SecurityContextConstraintsFluent.RunAsUserNested<A> |
withNewRunAsUser() |
A |
withNewRunAsUser(String type,
Long uid,
Long uidRangeMax,
Long uidRangeMin) |
SecurityContextConstraintsFluent.RunAsUserNested<A> |
withNewRunAsUserLike(RunAsUserStrategyOptions item) |
SecurityContextConstraintsFluent.SeLinuxContextNested<A> |
withNewSeLinuxContext() |
SecurityContextConstraintsFluent.SeLinuxContextNested<A> |
withNewSeLinuxContextLike(SELinuxContextStrategyOptions item) |
SecurityContextConstraintsFluent.SupplementalGroupsNested<A> |
withNewSupplementalGroups() |
SecurityContextConstraintsFluent.SupplementalGroupsNested<A> |
withNewSupplementalGroupsLike(SupplementalGroupsStrategyOptions item) |
A |
withPriority(Integer priority) |
A |
withReadOnlyRootFilesystem() |
A |
withReadOnlyRootFilesystem(Boolean readOnlyRootFilesystem) |
A |
withRequiredDropCapabilities(List<String> requiredDropCapabilities) |
A |
withRequiredDropCapabilities(String... requiredDropCapabilities) |
A |
withRunAsUser(RunAsUserStrategyOptions runAsUser) |
A |
withSeccompProfiles(List<String> seccompProfiles) |
A |
withSeccompProfiles(String... seccompProfiles) |
A |
withSeLinuxContext(SELinuxContextStrategyOptions seLinuxContext) |
A |
withSupplementalGroups(SupplementalGroupsStrategyOptions supplementalGroups) |
A |
withUsers(List<String> users) |
A |
withUsers(String... users) |
A |
withVolumes(List<String> volumes) |
A |
withVolumes(String... volumes) |