public interface SecurityContextFluent<A extends SecurityContextFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SecurityContextFluent.CapabilitiesNested<N> |
static interface |
SecurityContextFluent.SeccompProfileNested<N> |
static interface |
SecurityContextFluent.SeLinuxOptionsNested<N> |
static interface |
SecurityContextFluent.WindowsOptionsNested<N> |
Boolean getAllowPrivilegeEscalation()
Boolean hasAllowPrivilegeEscalation()
@Deprecated Capabilities getCapabilities()
Capabilities buildCapabilities()
A withCapabilities(Capabilities capabilities)
Boolean hasCapabilities()
SecurityContextFluent.CapabilitiesNested<A> withNewCapabilities()
SecurityContextFluent.CapabilitiesNested<A> withNewCapabilitiesLike(Capabilities item)
SecurityContextFluent.CapabilitiesNested<A> editCapabilities()
SecurityContextFluent.CapabilitiesNested<A> editOrNewCapabilities()
SecurityContextFluent.CapabilitiesNested<A> editOrNewCapabilitiesLike(Capabilities item)
Boolean getPrivileged()
Boolean hasPrivileged()
String getProcMount()
Boolean hasProcMount()
@Deprecated A withNewProcMount(String arg0)
Boolean getReadOnlyRootFilesystem()
Boolean hasReadOnlyRootFilesystem()
Long getRunAsGroup()
Boolean hasRunAsGroup()
Boolean getRunAsNonRoot()
Boolean hasRunAsNonRoot()
Long getRunAsUser()
Boolean hasRunAsUser()
@Deprecated SELinuxOptions getSeLinuxOptions()
SELinuxOptions buildSeLinuxOptions()
A withSeLinuxOptions(SELinuxOptions seLinuxOptions)
Boolean hasSeLinuxOptions()
SecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptions()
SecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptionsLike(SELinuxOptions item)
SecurityContextFluent.SeLinuxOptionsNested<A> editSeLinuxOptions()
SecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptions()
SecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptionsLike(SELinuxOptions item)
@Deprecated SeccompProfile getSeccompProfile()
SeccompProfile buildSeccompProfile()
A withSeccompProfile(SeccompProfile seccompProfile)
Boolean hasSeccompProfile()
SecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfile()
SecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfileLike(SeccompProfile item)
SecurityContextFluent.SeccompProfileNested<A> editSeccompProfile()
SecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfile()
SecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfileLike(SeccompProfile item)
@Deprecated WindowsSecurityContextOptions getWindowsOptions()
WindowsSecurityContextOptions buildWindowsOptions()
A withWindowsOptions(WindowsSecurityContextOptions windowsOptions)
Boolean hasWindowsOptions()
A withNewWindowsOptions(String gmsaCredentialSpec, String gmsaCredentialSpecName, Boolean hostProcess, String runAsUserName)
SecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptions()
SecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptionsLike(WindowsSecurityContextOptions item)
SecurityContextFluent.WindowsOptionsNested<A> editWindowsOptions()
SecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptions()
SecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptionsLike(WindowsSecurityContextOptions item)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.