public class SecurityContextConstraintsFluentImpl<A extends SecurityContextConstraintsFluent<A>> extends BaseFluent<A> implements SecurityContextConstraintsFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityContextConstraintsFluentImpl.FsGroupNestedImpl<N> |
class |
SecurityContextConstraintsFluentImpl.MetadataNestedImpl<N> |
class |
SecurityContextConstraintsFluentImpl.RunAsUserNestedImpl<N> |
class |
SecurityContextConstraintsFluentImpl.SeLinuxContextNestedImpl<N> |
class |
SecurityContextConstraintsFluentImpl.SupplementalGroupsNestedImpl<N> |
SecurityContextConstraintsFluent.FsGroupNested<N>, SecurityContextConstraintsFluent.MetadataNested<N>, SecurityContextConstraintsFluent.RunAsUserNested<N>, SecurityContextConstraintsFluent.SeLinuxContextNested<N>, SecurityContextConstraintsFluent.SupplementalGroupsNested<N>_visitables| Constructor and Description |
|---|
SecurityContextConstraintsFluentImpl() |
SecurityContextConstraintsFluentImpl(SecurityContextConstraints instance) |
public SecurityContextConstraintsFluentImpl()
public SecurityContextConstraintsFluentImpl(SecurityContextConstraints instance)
public Boolean isAllowHostDirVolumePlugin()
isAllowHostDirVolumePlugin in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withAllowHostDirVolumePlugin(Boolean allowHostDirVolumePlugin)
withAllowHostDirVolumePlugin in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasAllowHostDirVolumePlugin()
hasAllowHostDirVolumePlugin in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean isAllowHostIPC()
isAllowHostIPC in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withAllowHostIPC(Boolean allowHostIPC)
withAllowHostIPC in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasAllowHostIPC()
hasAllowHostIPC in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean isAllowHostNetwork()
isAllowHostNetwork in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withAllowHostNetwork(Boolean allowHostNetwork)
withAllowHostNetwork in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasAllowHostNetwork()
hasAllowHostNetwork in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean isAllowHostPID()
isAllowHostPID in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withAllowHostPID(Boolean allowHostPID)
withAllowHostPID in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasAllowHostPID()
hasAllowHostPID in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean isAllowHostPorts()
isAllowHostPorts in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withAllowHostPorts(Boolean allowHostPorts)
withAllowHostPorts in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasAllowHostPorts()
hasAllowHostPorts in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean isAllowPrivilegedContainer()
isAllowPrivilegedContainer in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withAllowPrivilegedContainer(Boolean allowPrivilegedContainer)
withAllowPrivilegedContainer in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasAllowPrivilegedContainer()
hasAllowPrivilegedContainer in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToAllowedCapabilities(int index, String item)
addToAllowedCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A setToAllowedCapabilities(int index, String item)
setToAllowedCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToAllowedCapabilities(String... items)
addToAllowedCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addAllToAllowedCapabilities(Collection<String> items)
addAllToAllowedCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeFromAllowedCapabilities(String... items)
removeFromAllowedCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeAllFromAllowedCapabilities(Collection<String> items)
removeAllFromAllowedCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public List<String> getAllowedCapabilities()
getAllowedCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getAllowedCapability(int index)
getAllowedCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getFirstAllowedCapability()
getFirstAllowedCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getLastAllowedCapability()
getLastAllowedCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getMatchingAllowedCapability(Predicate<String> predicate)
getMatchingAllowedCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withAllowedCapabilities(List<String> allowedCapabilities)
withAllowedCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withAllowedCapabilities(String... allowedCapabilities)
withAllowedCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasAllowedCapabilities()
hasAllowedCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getApiVersion()
getApiVersion in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToDefaultAddCapabilities(int index, String item)
addToDefaultAddCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A setToDefaultAddCapabilities(int index, String item)
setToDefaultAddCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToDefaultAddCapabilities(String... items)
addToDefaultAddCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addAllToDefaultAddCapabilities(Collection<String> items)
addAllToDefaultAddCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeFromDefaultAddCapabilities(String... items)
removeFromDefaultAddCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeAllFromDefaultAddCapabilities(Collection<String> items)
removeAllFromDefaultAddCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public List<String> getDefaultAddCapabilities()
getDefaultAddCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getDefaultAddCapability(int index)
getDefaultAddCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getFirstDefaultAddCapability()
getFirstDefaultAddCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getLastDefaultAddCapability()
getLastDefaultAddCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getMatchingDefaultAddCapability(Predicate<String> predicate)
getMatchingDefaultAddCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withDefaultAddCapabilities(List<String> defaultAddCapabilities)
withDefaultAddCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withDefaultAddCapabilities(String... defaultAddCapabilities)
withDefaultAddCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasDefaultAddCapabilities()
hasDefaultAddCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>@Deprecated public FSGroupStrategyOptions getFsGroup()
getFsGroup in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public FSGroupStrategyOptions buildFsGroup()
buildFsGroup in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withFsGroup(FSGroupStrategyOptions fsGroup)
withFsGroup in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasFsGroup()
hasFsGroup in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.FsGroupNested<A> withNewFsGroup()
withNewFsGroup in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.FsGroupNested<A> withNewFsGroupLike(FSGroupStrategyOptions item)
withNewFsGroupLike in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.FsGroupNested<A> editFsGroup()
editFsGroup in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.FsGroupNested<A> editOrNewFsGroup()
editOrNewFsGroup in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.FsGroupNested<A> editOrNewFsGroupLike(FSGroupStrategyOptions item)
editOrNewFsGroupLike in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToGroups(int index, String item)
addToGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A setToGroups(int index, String item)
setToGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToGroups(String... items)
addToGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addAllToGroups(Collection<String> items)
addAllToGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeFromGroups(String... items)
removeFromGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeAllFromGroups(Collection<String> items)
removeAllFromGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public List<String> getGroups()
getGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getGroup(int index)
getGroup in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getFirstGroup()
getFirstGroup in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getLastGroup()
getLastGroup in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getMatchingGroup(Predicate<String> predicate)
getMatchingGroup in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withGroups(List<String> groups)
withGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withGroups(String... groups)
withGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasGroups()
hasGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getKind()
getKind in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withKind(String kind)
withKind in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasKind()
hasKind in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>@Deprecated public ObjectMeta getMetadata()
getMetadata in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public ObjectMeta buildMetadata()
buildMetadata in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withMetadata(ObjectMeta metadata)
withMetadata in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasMetadata()
hasMetadata in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.MetadataNested<A> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.MetadataNested<A> editMetadata()
editMetadata in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.MetadataNested<A> editOrNewMetadataLike(ObjectMeta item)
editOrNewMetadataLike in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Integer getPriority()
getPriority in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withPriority(Integer priority)
withPriority in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasPriority()
hasPriority in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean isReadOnlyRootFilesystem()
isReadOnlyRootFilesystem in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withReadOnlyRootFilesystem(Boolean readOnlyRootFilesystem)
withReadOnlyRootFilesystem in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasReadOnlyRootFilesystem()
hasReadOnlyRootFilesystem in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToRequiredDropCapabilities(int index, String item)
addToRequiredDropCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A setToRequiredDropCapabilities(int index, String item)
setToRequiredDropCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToRequiredDropCapabilities(String... items)
addToRequiredDropCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addAllToRequiredDropCapabilities(Collection<String> items)
addAllToRequiredDropCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeFromRequiredDropCapabilities(String... items)
removeFromRequiredDropCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeAllFromRequiredDropCapabilities(Collection<String> items)
removeAllFromRequiredDropCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public List<String> getRequiredDropCapabilities()
getRequiredDropCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getRequiredDropCapability(int index)
getRequiredDropCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getFirstRequiredDropCapability()
getFirstRequiredDropCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getLastRequiredDropCapability()
getLastRequiredDropCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getMatchingRequiredDropCapability(Predicate<String> predicate)
getMatchingRequiredDropCapability in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withRequiredDropCapabilities(List<String> requiredDropCapabilities)
withRequiredDropCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withRequiredDropCapabilities(String... requiredDropCapabilities)
withRequiredDropCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasRequiredDropCapabilities()
hasRequiredDropCapabilities in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>@Deprecated public RunAsUserStrategyOptions getRunAsUser()
getRunAsUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public RunAsUserStrategyOptions buildRunAsUser()
buildRunAsUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withRunAsUser(RunAsUserStrategyOptions runAsUser)
withRunAsUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasRunAsUser()
hasRunAsUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.RunAsUserNested<A> withNewRunAsUser()
withNewRunAsUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.RunAsUserNested<A> withNewRunAsUserLike(RunAsUserStrategyOptions item)
withNewRunAsUserLike in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.RunAsUserNested<A> editRunAsUser()
editRunAsUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.RunAsUserNested<A> editOrNewRunAsUser()
editOrNewRunAsUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.RunAsUserNested<A> editOrNewRunAsUserLike(RunAsUserStrategyOptions item)
editOrNewRunAsUserLike in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withNewRunAsUser(String type, Long uid, Long uidRangeMax, Long uidRangeMin)
withNewRunAsUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>@Deprecated public SELinuxContextStrategyOptions getSeLinuxContext()
getSeLinuxContext in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SELinuxContextStrategyOptions buildSeLinuxContext()
buildSeLinuxContext in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withSeLinuxContext(SELinuxContextStrategyOptions seLinuxContext)
withSeLinuxContext in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasSeLinuxContext()
hasSeLinuxContext in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.SeLinuxContextNested<A> withNewSeLinuxContext()
withNewSeLinuxContext in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.SeLinuxContextNested<A> withNewSeLinuxContextLike(SELinuxContextStrategyOptions item)
withNewSeLinuxContextLike in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.SeLinuxContextNested<A> editSeLinuxContext()
editSeLinuxContext in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.SeLinuxContextNested<A> editOrNewSeLinuxContext()
editOrNewSeLinuxContext in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.SeLinuxContextNested<A> editOrNewSeLinuxContextLike(SELinuxContextStrategyOptions item)
editOrNewSeLinuxContextLike in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToSeccompProfiles(int index, String item)
addToSeccompProfiles in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A setToSeccompProfiles(int index, String item)
setToSeccompProfiles in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToSeccompProfiles(String... items)
addToSeccompProfiles in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addAllToSeccompProfiles(Collection<String> items)
addAllToSeccompProfiles in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeFromSeccompProfiles(String... items)
removeFromSeccompProfiles in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeAllFromSeccompProfiles(Collection<String> items)
removeAllFromSeccompProfiles in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public List<String> getSeccompProfiles()
getSeccompProfiles in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getSeccompProfile(int index)
getSeccompProfile in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getFirstSeccompProfile()
getFirstSeccompProfile in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getLastSeccompProfile()
getLastSeccompProfile in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getMatchingSeccompProfile(Predicate<String> predicate)
getMatchingSeccompProfile in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withSeccompProfiles(List<String> seccompProfiles)
withSeccompProfiles in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withSeccompProfiles(String... seccompProfiles)
withSeccompProfiles in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasSeccompProfiles()
hasSeccompProfiles in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>@Deprecated public SupplementalGroupsStrategyOptions getSupplementalGroups()
getSupplementalGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SupplementalGroupsStrategyOptions buildSupplementalGroups()
buildSupplementalGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withSupplementalGroups(SupplementalGroupsStrategyOptions supplementalGroups)
withSupplementalGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasSupplementalGroups()
hasSupplementalGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.SupplementalGroupsNested<A> withNewSupplementalGroups()
withNewSupplementalGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.SupplementalGroupsNested<A> withNewSupplementalGroupsLike(SupplementalGroupsStrategyOptions item)
withNewSupplementalGroupsLike in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.SupplementalGroupsNested<A> editSupplementalGroups()
editSupplementalGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.SupplementalGroupsNested<A> editOrNewSupplementalGroups()
editOrNewSupplementalGroups in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public SecurityContextConstraintsFluent.SupplementalGroupsNested<A> editOrNewSupplementalGroupsLike(SupplementalGroupsStrategyOptions item)
editOrNewSupplementalGroupsLike in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToUsers(int index, String item)
addToUsers in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A setToUsers(int index, String item)
setToUsers in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToUsers(String... items)
addToUsers in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addAllToUsers(Collection<String> items)
addAllToUsers in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeFromUsers(String... items)
removeFromUsers in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeAllFromUsers(Collection<String> items)
removeAllFromUsers in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public List<String> getUsers()
getUsers in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getUser(int index)
getUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getFirstUser()
getFirstUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getLastUser()
getLastUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getMatchingUser(Predicate<String> predicate)
getMatchingUser in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withUsers(List<String> users)
withUsers in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withUsers(String... users)
withUsers in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasUsers()
hasUsers in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToVolumes(int index, String item)
addToVolumes in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A setToVolumes(int index, String item)
setToVolumes in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addToVolumes(String... items)
addToVolumes in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A addAllToVolumes(Collection<String> items)
addAllToVolumes in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeFromVolumes(String... items)
removeFromVolumes in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A removeAllFromVolumes(Collection<String> items)
removeAllFromVolumes in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public List<String> getVolumes()
getVolumes in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getVolume(int index)
getVolume in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getFirstVolume()
getFirstVolume in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getLastVolume()
getLastVolume in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public String getMatchingVolume(Predicate<String> predicate)
getMatchingVolume in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withVolumes(List<String> volumes)
withVolumes in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public A withVolumes(String... volumes)
withVolumes in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>public Boolean hasVolumes()
hasVolumes in interface SecurityContextConstraintsFluent<A extends SecurityContextConstraintsFluent<A>>Copyright © 2011–2018 Red Hat. All rights reserved.