public interface V1SecurityContextFluent<A extends V1SecurityContextFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1SecurityContextFluent.CapabilitiesNested<N> |
static interface |
V1SecurityContextFluent.SeLinuxOptionsNested<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)
Copyright © 2019. All rights reserved.