public class SecurityContextFluentImpl<A extends SecurityContextFluent<A>> extends BaseFluent<A> implements SecurityContextFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityContextFluentImpl.CapabilitiesNestedImpl<N> |
class |
SecurityContextFluentImpl.SeccompProfileNestedImpl<N> |
class |
SecurityContextFluentImpl.SeLinuxOptionsNestedImpl<N> |
class |
SecurityContextFluentImpl.WindowsOptionsNestedImpl<N> |
SecurityContextFluent.CapabilitiesNested<N>, SecurityContextFluent.SeccompProfileNested<N>, SecurityContextFluent.SeLinuxOptionsNested<N>, SecurityContextFluent.WindowsOptionsNested<N>_visitables| Constructor and Description |
|---|
SecurityContextFluentImpl() |
SecurityContextFluentImpl(SecurityContext instance) |
public SecurityContextFluentImpl()
public SecurityContextFluentImpl(SecurityContext instance)
public Boolean getAllowPrivilegeEscalation()
getAllowPrivilegeEscalation in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withAllowPrivilegeEscalation(Boolean allowPrivilegeEscalation)
withAllowPrivilegeEscalation in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean hasAllowPrivilegeEscalation()
hasAllowPrivilegeEscalation in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewAllowPrivilegeEscalation(String arg1)
withNewAllowPrivilegeEscalation in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewAllowPrivilegeEscalation(boolean arg1)
withNewAllowPrivilegeEscalation in interface SecurityContextFluent<A extends SecurityContextFluent<A>>@Deprecated public Capabilities getCapabilities()
getCapabilities in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Capabilities buildCapabilities()
buildCapabilities in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withCapabilities(Capabilities capabilities)
withCapabilities in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean hasCapabilities()
hasCapabilities in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.CapabilitiesNested<A> withNewCapabilities()
withNewCapabilities in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.CapabilitiesNested<A> withNewCapabilitiesLike(Capabilities item)
withNewCapabilitiesLike in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.CapabilitiesNested<A> editCapabilities()
editCapabilities in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.CapabilitiesNested<A> editOrNewCapabilities()
editOrNewCapabilities in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.CapabilitiesNested<A> editOrNewCapabilitiesLike(Capabilities item)
editOrNewCapabilitiesLike in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean getPrivileged()
getPrivileged in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withPrivileged(Boolean privileged)
withPrivileged in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean hasPrivileged()
hasPrivileged in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewPrivileged(String arg1)
withNewPrivileged in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewPrivileged(boolean arg1)
withNewPrivileged in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public String getProcMount()
getProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withProcMount(String procMount)
withProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean hasProcMount()
hasProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewProcMount(StringBuilder arg1)
withNewProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewProcMount(int[] arg1, int arg2, int arg3)
withNewProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewProcMount(char[] arg1)
withNewProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewProcMount(StringBuffer arg1)
withNewProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewProcMount(byte[] arg1, int arg2)
withNewProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewProcMount(byte[] arg1)
withNewProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewProcMount(char[] arg1, int arg2, int arg3)
withNewProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewProcMount(byte[] arg1, int arg2, int arg3)
withNewProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewProcMount(byte[] arg1, int arg2, int arg3, int arg4)
withNewProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewProcMount(String arg1)
withNewProcMount in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean getReadOnlyRootFilesystem()
getReadOnlyRootFilesystem in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withReadOnlyRootFilesystem(Boolean readOnlyRootFilesystem)
withReadOnlyRootFilesystem in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean hasReadOnlyRootFilesystem()
hasReadOnlyRootFilesystem in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewReadOnlyRootFilesystem(String arg1)
withNewReadOnlyRootFilesystem in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewReadOnlyRootFilesystem(boolean arg1)
withNewReadOnlyRootFilesystem in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Long getRunAsGroup()
getRunAsGroup in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withRunAsGroup(Long runAsGroup)
withRunAsGroup in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean hasRunAsGroup()
hasRunAsGroup in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewRunAsGroup(long arg1)
withNewRunAsGroup in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean getRunAsNonRoot()
getRunAsNonRoot in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withRunAsNonRoot(Boolean runAsNonRoot)
withRunAsNonRoot in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean hasRunAsNonRoot()
hasRunAsNonRoot in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewRunAsNonRoot(String arg1)
withNewRunAsNonRoot in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewRunAsNonRoot(boolean arg1)
withNewRunAsNonRoot in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Long getRunAsUser()
getRunAsUser in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withRunAsUser(Long runAsUser)
withRunAsUser in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean hasRunAsUser()
hasRunAsUser in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewRunAsUser(long arg1)
withNewRunAsUser in interface SecurityContextFluent<A extends SecurityContextFluent<A>>@Deprecated public SELinuxOptions getSeLinuxOptions()
getSeLinuxOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SELinuxOptions buildSeLinuxOptions()
buildSeLinuxOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withSeLinuxOptions(SELinuxOptions seLinuxOptions)
withSeLinuxOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean hasSeLinuxOptions()
hasSeLinuxOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewSeLinuxOptions(String level, String role, String type, String user)
withNewSeLinuxOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptions()
withNewSeLinuxOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptionsLike(SELinuxOptions item)
withNewSeLinuxOptionsLike in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.SeLinuxOptionsNested<A> editSeLinuxOptions()
editSeLinuxOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptions()
editOrNewSeLinuxOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptionsLike(SELinuxOptions item)
editOrNewSeLinuxOptionsLike in interface SecurityContextFluent<A extends SecurityContextFluent<A>>@Deprecated public SeccompProfile getSeccompProfile()
getSeccompProfile in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SeccompProfile buildSeccompProfile()
buildSeccompProfile in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withSeccompProfile(SeccompProfile seccompProfile)
withSeccompProfile in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean hasSeccompProfile()
hasSeccompProfile in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewSeccompProfile(String localhostProfile, String type)
withNewSeccompProfile in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfile()
withNewSeccompProfile in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfileLike(SeccompProfile item)
withNewSeccompProfileLike in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.SeccompProfileNested<A> editSeccompProfile()
editSeccompProfile in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfile()
editOrNewSeccompProfile in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfileLike(SeccompProfile item)
editOrNewSeccompProfileLike in interface SecurityContextFluent<A extends SecurityContextFluent<A>>@Deprecated public WindowsSecurityContextOptions getWindowsOptions()
getWindowsOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public WindowsSecurityContextOptions buildWindowsOptions()
buildWindowsOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withWindowsOptions(WindowsSecurityContextOptions windowsOptions)
withWindowsOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public Boolean hasWindowsOptions()
hasWindowsOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public A withNewWindowsOptions(String gmsaCredentialSpec, String gmsaCredentialSpecName, String runAsUserName)
withNewWindowsOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptions()
withNewWindowsOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptionsLike(WindowsSecurityContextOptions item)
withNewWindowsOptionsLike in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.WindowsOptionsNested<A> editWindowsOptions()
editWindowsOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptions()
editOrNewWindowsOptions in interface SecurityContextFluent<A extends SecurityContextFluent<A>>public SecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptionsLike(WindowsSecurityContextOptions item)
editOrNewWindowsOptionsLike in interface SecurityContextFluent<A extends SecurityContextFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.