public interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PodSecurityContextFluent.SeLinuxOptionsNested<N> |
Long getFsGroup()
Boolean isRunAsNonRoot()
Long getRunAsUser()
SELinuxOptions getSeLinuxOptions()
A withSeLinuxOptions(SELinuxOptions seLinuxOptions)
PodSecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptions()
PodSecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptionsLike(SELinuxOptions item)
PodSecurityContextFluent.SeLinuxOptionsNested<A> editSeLinuxOptions()
PodSecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptions()
PodSecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptionsLike(SELinuxOptions item)
Copyright © 2011–2016 Red Hat. All rights reserved.