public interface V1SecurityContextFluent<A extends V1SecurityContextFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1SecurityContextFluent.CapabilitiesNested<N> |
static interface |
V1SecurityContextFluent.SeccompProfileNested<N> |
static interface |
V1SecurityContextFluent.SeLinuxOptionsNested<N> |
static interface |
V1SecurityContextFluent.WindowsOptionsNested<N> |
Boolean isAllowPrivilegeEscalation()
Boolean hasAllowPrivilegeEscalation()
A withNewAllowPrivilegeEscalation(boolean arg1)
@Deprecated V1Capabilities getCapabilities()
V1Capabilities buildCapabilities()
A withCapabilities(V1Capabilities capabilities)
Boolean hasCapabilities()
V1SecurityContextFluent.CapabilitiesNested<A> withNewCapabilities()
V1SecurityContextFluent.CapabilitiesNested<A> withNewCapabilitiesLike(V1Capabilities item)
V1SecurityContextFluent.CapabilitiesNested<A> editCapabilities()
V1SecurityContextFluent.CapabilitiesNested<A> editOrNewCapabilities()
V1SecurityContextFluent.CapabilitiesNested<A> editOrNewCapabilitiesLike(V1Capabilities item)
Boolean isPrivileged()
Boolean hasPrivileged()
A withNewPrivileged(boolean arg1)
String getProcMount()
Boolean hasProcMount()
A withNewProcMount(StringBuilder arg1)
A withNewProcMount(StringBuffer arg1)
Boolean isReadOnlyRootFilesystem()
Boolean hasReadOnlyRootFilesystem()
A withNewReadOnlyRootFilesystem(boolean arg1)
Long getRunAsGroup()
Boolean hasRunAsGroup()
Boolean isRunAsNonRoot()
Boolean hasRunAsNonRoot()
A withNewRunAsNonRoot(boolean arg1)
Long getRunAsUser()
Boolean hasRunAsUser()
@Deprecated V1SELinuxOptions getSeLinuxOptions()
V1SELinuxOptions buildSeLinuxOptions()
A withSeLinuxOptions(V1SELinuxOptions seLinuxOptions)
Boolean hasSeLinuxOptions()
V1SecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptions()
V1SecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptionsLike(V1SELinuxOptions item)
V1SecurityContextFluent.SeLinuxOptionsNested<A> editSeLinuxOptions()
V1SecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptions()
V1SecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptionsLike(V1SELinuxOptions item)
@Deprecated V1SeccompProfile getSeccompProfile()
V1SeccompProfile buildSeccompProfile()
A withSeccompProfile(V1SeccompProfile seccompProfile)
Boolean hasSeccompProfile()
V1SecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfile()
V1SecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfileLike(V1SeccompProfile item)
V1SecurityContextFluent.SeccompProfileNested<A> editSeccompProfile()
V1SecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfile()
V1SecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfileLike(V1SeccompProfile item)
@Deprecated V1WindowsSecurityContextOptions getWindowsOptions()
V1WindowsSecurityContextOptions buildWindowsOptions()
A withWindowsOptions(V1WindowsSecurityContextOptions windowsOptions)
Boolean hasWindowsOptions()
V1SecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptions()
V1SecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptionsLike(V1WindowsSecurityContextOptions item)
V1SecurityContextFluent.WindowsOptionsNested<A> editWindowsOptions()
V1SecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptions()
V1SecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptionsLike(V1WindowsSecurityContextOptions item)
Copyright © 2021. All rights reserved.