Package io.fabric8.kubernetes.api.model
Interface PodSpecFluent.SecurityContextNested<N>
-
- All Superinterfaces:
Fluent<PodSpecFluent.SecurityContextNested<N>>
,Nested<N>
,PodSecurityContextFluent<PodSpecFluent.SecurityContextNested<N>>
- All Known Implementing Classes:
PodSpecFluentImpl.SecurityContextNestedImpl
- Enclosing interface:
- PodSpecFluent<A extends PodSpecFluent<A>>
public static interface PodSpecFluent.SecurityContextNested<N> extends Nested<N>, PodSecurityContextFluent<PodSpecFluent.SecurityContextNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.PodSecurityContextFluent
PodSecurityContextFluent.SeccompProfileNested<N>, PodSecurityContextFluent.SeLinuxOptionsNested<N>, PodSecurityContextFluent.SysctlsNested<N>, PodSecurityContextFluent.WindowsOptionsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endSecurityContext()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.PodSecurityContextFluent
addAllToSupplementalGroups, addAllToSysctls, addNewSysctl, addNewSysctl, addNewSysctlLike, addToSupplementalGroups, addToSupplementalGroups, addToSysctls, addToSysctls, buildFirstSysctl, buildLastSysctl, buildMatchingSysctl, buildSeccompProfile, buildSeLinuxOptions, buildSysctl, buildSysctls, buildWindowsOptions, editFirstSysctl, editLastSysctl, editMatchingSysctl, editOrNewSeccompProfile, editOrNewSeccompProfileLike, editOrNewSeLinuxOptions, editOrNewSeLinuxOptionsLike, editOrNewWindowsOptions, editOrNewWindowsOptionsLike, editSeccompProfile, editSeLinuxOptions, editSysctl, editWindowsOptions, getFirstSupplementalGroup, getFsGroup, getFsGroupChangePolicy, getLastSupplementalGroup, getMatchingSupplementalGroup, getRunAsGroup, getRunAsUser, getSeccompProfile, getSeLinuxOptions, getSupplementalGroup, getSupplementalGroups, getSysctls, getWindowsOptions, hasFsGroup, hasFsGroupChangePolicy, hasMatchingSupplementalGroup, hasMatchingSysctl, hasRunAsGroup, hasRunAsNonRoot, hasRunAsUser, hasSeccompProfile, hasSeLinuxOptions, hasSupplementalGroups, hasSysctls, hasWindowsOptions, isRunAsNonRoot, removeAllFromSupplementalGroups, removeAllFromSysctls, removeFromSupplementalGroups, removeFromSysctls, removeMatchingFromSysctls, setNewSysctlLike, setToSupplementalGroups, setToSysctls, withFsGroup, withFsGroupChangePolicy, withNewFsGroupChangePolicy, withNewFsGroupChangePolicy, withNewFsGroupChangePolicy, withNewRunAsNonRoot, withNewRunAsNonRoot, withNewSeccompProfile, withNewSeccompProfile, withNewSeccompProfileLike, withNewSeLinuxOptions, withNewSeLinuxOptions, withNewSeLinuxOptionsLike, withNewWindowsOptions, withNewWindowsOptions, withNewWindowsOptionsLike, withRunAsGroup, withRunAsNonRoot, withRunAsUser, withSeccompProfile, withSeLinuxOptions, withSupplementalGroups, withSupplementalGroups, withSysctls, withSysctls, withWindowsOptions
-
-