public class PodSecurityContextFluentImpl<A extends PodSecurityContextFluent<A>> extends BaseFluent<A> implements PodSecurityContextFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PodSecurityContextFluentImpl.SeLinuxOptionsNestedImpl<N> |
PodSecurityContextFluent.SeLinuxOptionsNested<N>_visitables| Constructor and Description |
|---|
PodSecurityContextFluentImpl() |
PodSecurityContextFluentImpl(PodSecurityContext instance) |
public PodSecurityContextFluentImpl()
public PodSecurityContextFluentImpl(PodSecurityContext instance)
public Long getFsGroup()
getFsGroup in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public A withFsGroup(Long fsGroup)
withFsGroup in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public Boolean isRunAsNonRoot()
isRunAsNonRoot in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public A withRunAsNonRoot(Boolean runAsNonRoot)
withRunAsNonRoot in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public Long getRunAsUser()
getRunAsUser in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public A withRunAsUser(Long runAsUser)
withRunAsUser in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public SELinuxOptions getSeLinuxOptions()
getSeLinuxOptions in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public A withSeLinuxOptions(SELinuxOptions seLinuxOptions)
withSeLinuxOptions in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public PodSecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptions()
withNewSeLinuxOptions in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public PodSecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptionsLike(SELinuxOptions item)
withNewSeLinuxOptionsLike in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public PodSecurityContextFluent.SeLinuxOptionsNested<A> editSeLinuxOptions()
editSeLinuxOptions in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public PodSecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptions()
editOrNewSeLinuxOptions in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public PodSecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptionsLike(SELinuxOptions item)
editOrNewSeLinuxOptionsLike in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public A withNewSeLinuxOptions(String level, String role, String type, String user)
withNewSeLinuxOptions in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public A addToSupplementalGroups(Long... items)
addToSupplementalGroups in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public A removeFromSupplementalGroups(Long... items)
removeFromSupplementalGroups in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public List<Long> getSupplementalGroups()
getSupplementalGroups in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public A withSupplementalGroups(List<Long> supplementalGroups)
withSupplementalGroups in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>public A withSupplementalGroups(Long... supplementalGroups)
withSupplementalGroups in interface PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.