Package io.fabric8.kubernetes.api.model
Class PodSpecFluent.SecurityContextNested<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodSecurityContextFluent<PodSpecFluent.SecurityContextNested<N>>
-
- io.fabric8.kubernetes.api.model.PodSpecFluent.SecurityContextNested<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Nested<N>
- Enclosing class:
- PodSpecFluent<A extends PodSpecFluent<A>>
public class PodSpecFluent.SecurityContextNested<N> extends PodSecurityContextFluent<PodSpecFluent.SecurityContextNested<N>> implements io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.PodSecurityContextFluent
PodSecurityContextFluent.AppArmorProfileNested<N>, PodSecurityContextFluent.SeccompProfileNested<N>, PodSecurityContextFluent.SeLinuxOptionsNested<N>, PodSecurityContextFluent.SysctlsNested<N>, PodSecurityContextFluent.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.PodSecurityContextFluent
addAllToSupplementalGroups, addAllToSysctls, addNewSysctl, addNewSysctl, addNewSysctlLike, addToAdditionalProperties, addToAdditionalProperties, addToSupplementalGroups, addToSupplementalGroups, addToSysctls, addToSysctls, buildAppArmorProfile, buildFirstSysctl, buildLastSysctl, buildMatchingSysctl, buildSeccompProfile, buildSeLinuxOptions, buildSysctl, buildSysctls, buildWindowsOptions, copyInstance, editAppArmorProfile, editFirstSysctl, editLastSysctl, editMatchingSysctl, editOrNewAppArmorProfile, editOrNewAppArmorProfileLike, editOrNewSeccompProfile, editOrNewSeccompProfileLike, editOrNewSeLinuxOptions, editOrNewSeLinuxOptionsLike, editOrNewWindowsOptions, editOrNewWindowsOptionsLike, editSeccompProfile, editSeLinuxOptions, editSysctl, editWindowsOptions, equals, getAdditionalProperties, getFirstSupplementalGroup, getFsGroup, getFsGroupChangePolicy, getLastSupplementalGroup, getMatchingSupplementalGroup, getRunAsGroup, getRunAsNonRoot, getRunAsUser, getSupplementalGroup, getSupplementalGroups, hasAdditionalProperties, hasAppArmorProfile, hasFsGroup, hasFsGroupChangePolicy, hashCode, hasMatchingSupplementalGroup, hasMatchingSysctl, hasRunAsGroup, hasRunAsNonRoot, hasRunAsUser, hasSeccompProfile, hasSeLinuxOptions, hasSupplementalGroups, hasSysctls, hasWindowsOptions, removeAllFromSupplementalGroups, removeAllFromSysctls, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromSupplementalGroups, removeFromSysctls, removeMatchingFromSysctls, setNewSysctlLike, setToSupplementalGroups, setToSysctls, toString, withAdditionalProperties, withAppArmorProfile, withFsGroup, withFsGroupChangePolicy, withNewAppArmorProfile, withNewAppArmorProfile, withNewAppArmorProfileLike, withNewSeccompProfile, withNewSeccompProfile, withNewSeccompProfileLike, withNewSeLinuxOptions, withNewSeLinuxOptions, withNewSeLinuxOptionsLike, withNewWindowsOptions, withNewWindowsOptions, withNewWindowsOptionsLike, withRunAsGroup, withRunAsNonRoot, withRunAsNonRoot, withRunAsUser, withSeccompProfile, withSeLinuxOptions, withSupplementalGroups, withSupplementalGroups, withSysctls, withSysctls, withWindowsOptions
-
-