| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
AppArmorProfile |
AppArmorProfileBuilder.build() |
AppArmorProfile |
PodSecurityContextFluent.buildAppArmorProfile() |
AppArmorProfile |
SecurityContextFluent.buildAppArmorProfile() |
AppArmorProfile |
SecurityContext.getAppArmorProfile() |
AppArmorProfile |
PodSecurityContext.getAppArmorProfile() |
| Constructor and 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) |
Copyright © 2015–2024 Red Hat. All rights reserved.