Uses of Class
io.fabric8.kubernetes.api.model.SELinuxOptions
-
Packages that use SELinuxOptions Package Description io.fabric8.kubernetes.api.model -
-
Uses of SELinuxOptions in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return SELinuxOptions Modifier and Type Method Description SELinuxOptionsSELinuxOptionsBuilder. build()SELinuxOptionsPodSecurityContextFluent. buildSeLinuxOptions()SELinuxOptionsSecurityContextFluent. buildSeLinuxOptions()SELinuxOptionsPodSecurityContext. getSeLinuxOptions()PodSecurityContext holds pod-level security attributes and common container settings.SELinuxOptionsSecurityContext. getSeLinuxOptions()SecurityContext holds security configuration that will be applied to a container.Methods in io.fabric8.kubernetes.api.model with parameters of type SELinuxOptions Modifier and Type Method Description protected voidSELinuxOptionsFluent. copyInstance(SELinuxOptions instance)PodSecurityContextFluent.SeLinuxOptionsNested<A>PodSecurityContextFluent. editOrNewSeLinuxOptionsLike(SELinuxOptions item)SecurityContextFluent.SeLinuxOptionsNested<A>SecurityContextFluent. editOrNewSeLinuxOptionsLike(SELinuxOptions item)voidPodSecurityContext. setSeLinuxOptions(SELinuxOptions seLinuxOptions)PodSecurityContext holds pod-level security attributes and common container settings.voidSecurityContext. setSeLinuxOptions(SELinuxOptions seLinuxOptions)SecurityContext holds security configuration that will be applied to a container.PodSecurityContextFluent.SeLinuxOptionsNested<A>PodSecurityContextFluent. withNewSeLinuxOptionsLike(SELinuxOptions item)SecurityContextFluent.SeLinuxOptionsNested<A>SecurityContextFluent. withNewSeLinuxOptionsLike(SELinuxOptions item)APodSecurityContextFluent. withSeLinuxOptions(SELinuxOptions seLinuxOptions)ASecurityContextFluent. withSeLinuxOptions(SELinuxOptions seLinuxOptions)Constructors in io.fabric8.kubernetes.api.model with parameters of type SELinuxOptions Constructor Description PodSecurityContext(AppArmorProfile appArmorProfile, Long fsGroup, String fsGroupChangePolicy, Long runAsGroup, Boolean runAsNonRoot, Long runAsUser, String seLinuxChangePolicy, SELinuxOptions seLinuxOptions, SeccompProfile seccompProfile, List<Long> supplementalGroups, String supplementalGroupsPolicy, List<Sysctl> sysctls, WindowsSecurityContextOptions windowsOptions)SecurityContext(Boolean allowPrivilegeEscalation, AppArmorProfile appArmorProfile, Capabilities capabilities, Boolean privileged, String procMount, Boolean readOnlyRootFilesystem, Long runAsGroup, Boolean runAsNonRoot, Long runAsUser, SELinuxOptions seLinuxOptions, SeccompProfile seccompProfile, WindowsSecurityContextOptions windowsOptions)SELinuxOptionsBuilder(SELinuxOptions instance)SELinuxOptionsBuilder(SELinuxOptionsFluent<?> fluent, SELinuxOptions instance)SELinuxOptionsFluent(SELinuxOptions instance)
-