Package io.fabric8.kubernetes.api.model
Class ContainerFluent.SecurityContextNested<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.SecurityContextFluent<ContainerFluent.SecurityContextNested<N>>
-
- io.fabric8.kubernetes.api.model.ContainerFluent.SecurityContextNested<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Nested<N>
- Enclosing class:
- ContainerFluent<A extends ContainerFluent<A>>
public class ContainerFluent.SecurityContextNested<N> extends SecurityContextFluent<ContainerFluent.SecurityContextNested<N>> implements io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.SecurityContextFluent
SecurityContextFluent.AppArmorProfileNested<N>, SecurityContextFluent.CapabilitiesNested<N>, SecurityContextFluent.SeccompProfileNested<N>, SecurityContextFluent.SeLinuxOptionsNested<N>, SecurityContextFluent.WindowsOptionsNested<N>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endSecurityContext()
-
Methods inherited from class io.fabric8.kubernetes.api.model.SecurityContextFluent
addToAdditionalProperties, addToAdditionalProperties, buildAppArmorProfile, buildCapabilities, buildSeccompProfile, buildSeLinuxOptions, buildWindowsOptions, copyInstance, editAppArmorProfile, editCapabilities, editOrNewAppArmorProfile, editOrNewAppArmorProfileLike, editOrNewCapabilities, editOrNewCapabilitiesLike, editOrNewSeccompProfile, editOrNewSeccompProfileLike, editOrNewSeLinuxOptions, editOrNewSeLinuxOptionsLike, editOrNewWindowsOptions, editOrNewWindowsOptionsLike, editSeccompProfile, editSeLinuxOptions, editWindowsOptions, equals, getAdditionalProperties, getAllowPrivilegeEscalation, getPrivileged, getProcMount, getReadOnlyRootFilesystem, getRunAsGroup, getRunAsNonRoot, getRunAsUser, hasAdditionalProperties, hasAllowPrivilegeEscalation, hasAppArmorProfile, hasCapabilities, hashCode, hasPrivileged, hasProcMount, hasReadOnlyRootFilesystem, hasRunAsGroup, hasRunAsNonRoot, hasRunAsUser, hasSeccompProfile, hasSeLinuxOptions, hasWindowsOptions, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withAllowPrivilegeEscalation, withAllowPrivilegeEscalation, withAppArmorProfile, withCapabilities, withNewAppArmorProfile, withNewAppArmorProfile, withNewAppArmorProfileLike, withNewCapabilities, withNewCapabilitiesLike, withNewSeccompProfile, withNewSeccompProfile, withNewSeccompProfileLike, withNewSeLinuxOptions, withNewSeLinuxOptions, withNewSeLinuxOptionsLike, withNewWindowsOptions, withNewWindowsOptions, withNewWindowsOptionsLike, withPrivileged, withPrivileged, withProcMount, withReadOnlyRootFilesystem, withReadOnlyRootFilesystem, withRunAsGroup, withRunAsNonRoot, withRunAsNonRoot, withRunAsUser, withSeccompProfile, withSeLinuxOptions, withWindowsOptions
-
-