public class DoneableSecurityContext extends SecurityContextFluentImpl<DoneableSecurityContext> implements Doneable<SecurityContext>
SecurityContextFluentImpl.CapabilitiesNestedImpl<N>, SecurityContextFluentImpl.SeLinuxOptionsNestedImpl<N>, SecurityContextFluentImpl.WindowsOptionsNestedImpl<N>
SecurityContextFluent.CapabilitiesNested<N>, SecurityContextFluent.SeLinuxOptionsNested<N>, SecurityContextFluent.WindowsOptionsNested<N>
_visitables
Constructor and Description |
---|
DoneableSecurityContext(Function<SecurityContext,SecurityContext> function) |
DoneableSecurityContext(SecurityContext item) |
DoneableSecurityContext(SecurityContext item,
Function<SecurityContext,SecurityContext> function) |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
done() |
buildCapabilities, buildSeLinuxOptions, buildWindowsOptions, editCapabilities, editOrNewCapabilities, editOrNewCapabilitiesLike, editOrNewSeLinuxOptions, editOrNewSeLinuxOptionsLike, editOrNewWindowsOptions, editOrNewWindowsOptionsLike, editSeLinuxOptions, editWindowsOptions, equals, getCapabilities, getProcMount, getRunAsGroup, getRunAsUser, getSeLinuxOptions, getWindowsOptions, hasAllowPrivilegeEscalation, hasCapabilities, hasPrivileged, hasProcMount, hasReadOnlyRootFilesystem, hasRunAsGroup, hasRunAsNonRoot, hasRunAsUser, hasSeLinuxOptions, hasWindowsOptions, isAllowPrivilegeEscalation, isPrivileged, isReadOnlyRootFilesystem, isRunAsNonRoot, withAllowPrivilegeEscalation, withCapabilities, withNewAllowPrivilegeEscalation, withNewAllowPrivilegeEscalation, withNewCapabilities, withNewCapabilitiesLike, withNewPrivileged, withNewPrivileged, withNewProcMount, withNewProcMount, withNewProcMount, withNewReadOnlyRootFilesystem, withNewReadOnlyRootFilesystem, withNewRunAsNonRoot, withNewRunAsNonRoot, withNewSeLinuxOptions, withNewSeLinuxOptions, withNewSeLinuxOptionsLike, withNewWindowsOptions, withNewWindowsOptions, withNewWindowsOptionsLike, withPrivileged, withProcMount, withReadOnlyRootFilesystem, withRunAsGroup, withRunAsNonRoot, withRunAsUser, withSeLinuxOptions, withWindowsOptions
public DoneableSecurityContext(Function<SecurityContext,SecurityContext> function)
public DoneableSecurityContext(SecurityContext item, Function<SecurityContext,SecurityContext> function)
public DoneableSecurityContext(SecurityContext item)
public SecurityContext done()
done
in interface Doneable<SecurityContext>
Copyright © 2015–2019 Red Hat. All rights reserved.