All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Capabilities |
buildCapabilities() |
SeccompProfile |
buildSeccompProfile() |
SELinuxOptions |
buildSeLinuxOptions() |
WindowsSecurityContextOptions |
buildWindowsOptions() |
SecurityContextFluent.CapabilitiesNested<A> |
editCapabilities() |
SecurityContextFluent.CapabilitiesNested<A> |
editOrNewCapabilities() |
SecurityContextFluent.CapabilitiesNested<A> |
editOrNewCapabilitiesLike(Capabilities item) |
SecurityContextFluent.SeccompProfileNested<A> |
editOrNewSeccompProfile() |
SecurityContextFluent.SeccompProfileNested<A> |
editOrNewSeccompProfileLike(SeccompProfile item) |
SecurityContextFluent.SeLinuxOptionsNested<A> |
editOrNewSeLinuxOptions() |
SecurityContextFluent.SeLinuxOptionsNested<A> |
editOrNewSeLinuxOptionsLike(SELinuxOptions item) |
SecurityContextFluent.WindowsOptionsNested<A> |
editOrNewWindowsOptions() |
SecurityContextFluent.WindowsOptionsNested<A> |
editOrNewWindowsOptionsLike(WindowsSecurityContextOptions item) |
SecurityContextFluent.SeccompProfileNested<A> |
editSeccompProfile() |
SecurityContextFluent.SeLinuxOptionsNested<A> |
editSeLinuxOptions() |
SecurityContextFluent.WindowsOptionsNested<A> |
editWindowsOptions() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAllowPrivilegeEscalation() |
Boolean |
getPrivileged() |
String |
getProcMount() |
Boolean |
getReadOnlyRootFilesystem() |
Long |
getRunAsGroup() |
Boolean |
getRunAsNonRoot() |
Long |
getRunAsUser() |
boolean |
hasAdditionalProperties() |
boolean |
hasAllowPrivilegeEscalation() |
boolean |
hasCapabilities() |
int |
hashCode() |
boolean |
hasPrivileged() |
boolean |
hasProcMount() |
boolean |
hasReadOnlyRootFilesystem() |
boolean |
hasRunAsGroup() |
boolean |
hasRunAsNonRoot() |
boolean |
hasRunAsUser() |
boolean |
hasSeccompProfile() |
boolean |
hasSeLinuxOptions() |
boolean |
hasWindowsOptions() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAllowPrivilegeEscalation() |
A |
withAllowPrivilegeEscalation(Boolean allowPrivilegeEscalation) |
A |
withCapabilities(Capabilities capabilities) |
SecurityContextFluent.CapabilitiesNested<A> |
withNewCapabilities() |
SecurityContextFluent.CapabilitiesNested<A> |
withNewCapabilitiesLike(Capabilities item) |
SecurityContextFluent.SeccompProfileNested<A> |
withNewSeccompProfile() |
A |
withNewSeccompProfile(String localhostProfile,
String type) |
SecurityContextFluent.SeccompProfileNested<A> |
withNewSeccompProfileLike(SeccompProfile item) |
SecurityContextFluent.SeLinuxOptionsNested<A> |
withNewSeLinuxOptions() |
A |
withNewSeLinuxOptions(String level,
String role,
String type,
String user) |
SecurityContextFluent.SeLinuxOptionsNested<A> |
withNewSeLinuxOptionsLike(SELinuxOptions item) |
SecurityContextFluent.WindowsOptionsNested<A> |
withNewWindowsOptions() |
A |
withNewWindowsOptions(String gmsaCredentialSpec,
String gmsaCredentialSpecName,
Boolean hostProcess,
String runAsUserName) |
SecurityContextFluent.WindowsOptionsNested<A> |
withNewWindowsOptionsLike(WindowsSecurityContextOptions item) |
A |
withPrivileged() |
A |
withPrivileged(Boolean privileged) |
A |
withProcMount(String procMount) |
A |
withReadOnlyRootFilesystem() |
A |
withReadOnlyRootFilesystem(Boolean readOnlyRootFilesystem) |
A |
withRunAsGroup(Long runAsGroup) |
A |
withRunAsNonRoot() |
A |
withRunAsNonRoot(Boolean runAsNonRoot) |
A |
withRunAsUser(Long runAsUser) |
A |
withSeccompProfile(SeccompProfile seccompProfile) |
A |
withSeLinuxOptions(SELinuxOptions seLinuxOptions) |
A |
withWindowsOptions(WindowsSecurityContextOptions windowsOptions) |