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()PodSecurityContext holds pod-level security attributes and common container settings.AppArmorProfileSecurityContext. getAppArmorProfile()SecurityContext holds security configuration that will be applied to a container.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)PodSecurityContext holds pod-level security attributes and common container settings.voidSecurityContext. setAppArmorProfile(AppArmorProfile appArmorProfile)SecurityContext holds security configuration that will be applied to a container.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, 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)
-