| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
SeccompProfile |
SeccompProfileBuilder.build() |
SeccompProfile |
SecurityContextFluent.buildSeccompProfile() |
SeccompProfile |
PodSecurityContextFluent.buildSeccompProfile() |
SeccompProfile |
PodSecurityContext.getSeccompProfile() |
SeccompProfile |
SecurityContext.getSeccompProfile() |
| Constructor and Description |
|---|
PodSecurityContext(Long fsGroup,
String fsGroupChangePolicy,
Long runAsGroup,
Boolean runAsNonRoot,
Long runAsUser,
SELinuxOptions seLinuxOptions,
SeccompProfile seccompProfile,
List<Long> supplementalGroups,
List<Sysctl> sysctls,
WindowsSecurityContextOptions windowsOptions) |
SeccompProfileBuilder(SeccompProfile instance) |
SeccompProfileBuilder(SeccompProfileFluent<?> fluent,
SeccompProfile instance) |
SeccompProfileFluent(SeccompProfile instance) |
SecurityContext(Boolean allowPrivilegeEscalation,
Capabilities capabilities,
Boolean privileged,
String procMount,
Boolean readOnlyRootFilesystem,
Long runAsGroup,
Boolean runAsNonRoot,
Long runAsUser,
SELinuxOptions seLinuxOptions,
SeccompProfile seccompProfile,
WindowsSecurityContextOptions windowsOptions) |
Copyright © 2015–2023 Red Hat. All rights reserved.