Package io.fabric8.kubernetes.api.model
Class DoneableSecurityContext
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.SecurityContextFluentImpl<DoneableSecurityContext>
io.fabric8.kubernetes.api.model.DoneableSecurityContext
- All Implemented Interfaces:
Fluent<DoneableSecurityContext>,Visitable<DoneableSecurityContext>,Doneable<SecurityContext>,SecurityContextFluent<DoneableSecurityContext>
public class DoneableSecurityContext extends SecurityContextFluentImpl<DoneableSecurityContext> implements Doneable<SecurityContext>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.SecurityContextFluentImpl
SecurityContextFluentImpl.CapabilitiesNestedImpl<N>, SecurityContextFluentImpl.SeLinuxOptionsNestedImpl<N>, SecurityContextFluentImpl.WindowsOptionsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.SecurityContextFluent
SecurityContextFluent.CapabilitiesNested<N>, SecurityContextFluent.SeLinuxOptionsNested<N>, SecurityContextFluent.WindowsOptionsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableSecurityContext(Function<SecurityContext,SecurityContext> function)DoneableSecurityContext(SecurityContext item)DoneableSecurityContext(SecurityContext item, Function<SecurityContext,SecurityContext> function) -
Method Summary
Modifier and Type Method Description SecurityContextdone()Methods inherited from class io.fabric8.kubernetes.api.model.SecurityContextFluentImpl
buildCapabilities, buildSeLinuxOptions, buildWindowsOptions, editCapabilities, editOrNewCapabilities, editOrNewCapabilitiesLike, editOrNewSeLinuxOptions, editOrNewSeLinuxOptionsLike, editOrNewWindowsOptions, editOrNewWindowsOptionsLike, editSeLinuxOptions, editWindowsOptions, equals, getCapabilities, getProcMount, getRunAsGroup, getRunAsUser, getSeLinuxOptions, getWindowsOptions, hasAllowPrivilegeEscalation, hasCapabilities, hasPrivileged, hasProcMount, hasReadOnlyRootFilesystem, hasRunAsGroup, hasRunAsNonRoot, hasRunAsUser, hasSeLinuxOptions, hasWindowsOptions, isAllowPrivilegeEscalation, isPrivileged, isReadOnlyRootFilesystem, isRunAsNonRoot, withAllowPrivilegeEscalation, withCapabilities, withNewAllowPrivilegeEscalation, withNewAllowPrivilegeEscalation, withNewCapabilities, withNewCapabilitiesLike, withNewPrivileged, withNewPrivileged, withNewProcMount, withNewProcMount, withNewProcMount, withNewReadOnlyRootFilesystem, withNewReadOnlyRootFilesystem, withNewRunAsNonRoot, withNewRunAsNonRoot, withNewSeLinuxOptions, withNewSeLinuxOptions, withNewSeLinuxOptionsLike, withNewWindowsOptions, withNewWindowsOptions, withNewWindowsOptionsLike, withPrivileged, withProcMount, withReadOnlyRootFilesystem, withRunAsGroup, withRunAsNonRoot, withRunAsUser, withSeLinuxOptions, withWindowsOptions
-
Constructor Details
-
DoneableSecurityContext
-
DoneableSecurityContext
public DoneableSecurityContext(SecurityContext item, Function<SecurityContext,SecurityContext> function) -
DoneableSecurityContext
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<SecurityContext>
-