Uses of Class
io.fabric8.kubernetes.api.model.AppArmorProfile
-
Packages that use AppArmorProfile Package Description io.fabric8.kubernetes.api.model -
-
Uses of AppArmorProfile in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return AppArmorProfile Modifier and Type Method Description AppArmorProfileAppArmorProfileBuilder. build()AppArmorProfilePodSecurityContextFluent. buildAppArmorProfile()AppArmorProfileSecurityContextFluent. buildAppArmorProfile()AppArmorProfilePodSecurityContext. getAppArmorProfile()AppArmorProfileSecurityContext. getAppArmorProfile()Methods in io.fabric8.kubernetes.api.model with parameters of type AppArmorProfile Modifier and Type Method Description protected voidAppArmorProfileFluent. copyInstance(AppArmorProfile instance)PodSecurityContextFluent.AppArmorProfileNested<A>PodSecurityContextFluent. editOrNewAppArmorProfileLike(AppArmorProfile item)SecurityContextFluent.AppArmorProfileNested<A>SecurityContextFluent. editOrNewAppArmorProfileLike(AppArmorProfile item)voidPodSecurityContext. setAppArmorProfile(AppArmorProfile appArmorProfile)voidSecurityContext. setAppArmorProfile(AppArmorProfile appArmorProfile)APodSecurityContextFluent. withAppArmorProfile(AppArmorProfile appArmorProfile)ASecurityContextFluent. withAppArmorProfile(AppArmorProfile appArmorProfile)PodSecurityContextFluent.AppArmorProfileNested<A>PodSecurityContextFluent. withNewAppArmorProfileLike(AppArmorProfile item)SecurityContextFluent.AppArmorProfileNested<A>SecurityContextFluent. withNewAppArmorProfileLike(AppArmorProfile item)Constructors in io.fabric8.kubernetes.api.model with parameters of type AppArmorProfile Constructor Description AppArmorProfileBuilder(AppArmorProfile instance)AppArmorProfileBuilder(AppArmorProfileFluent<?> fluent, AppArmorProfile instance)AppArmorProfileFluent(AppArmorProfile instance)PodSecurityContext(AppArmorProfile appArmorProfile, Long fsGroup, String fsGroupChangePolicy, Long runAsGroup, Boolean runAsNonRoot, Long runAsUser, SELinuxOptions seLinuxOptions, SeccompProfile seccompProfile, List<Long> supplementalGroups, 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)
-