| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
SeccompProfile |
SeccompProfileBuilder.build() |
SeccompProfile |
SecurityContextFluent.buildSeccompProfile() |
SeccompProfile |
PodSecurityContextFluent.buildSeccompProfile() |
SeccompProfile |
SecurityContextFluentImpl.buildSeccompProfile() |
SeccompProfile |
PodSecurityContextFluentImpl.buildSeccompProfile() |
SeccompProfile |
SecurityContextFluent.getSeccompProfile()
Deprecated.
|
SeccompProfile |
PodSecurityContextFluent.getSeccompProfile()
Deprecated.
|
SeccompProfile |
SecurityContextFluentImpl.getSeccompProfile()
Deprecated.
|
SeccompProfile |
PodSecurityContextFluentImpl.getSeccompProfile()
Deprecated.
|
SeccompProfile |
SecurityContext.getSeccompProfile() |
SeccompProfile |
PodSecurityContext.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(SeccompProfile instance,
Boolean validationEnabled) |
SeccompProfileBuilder(SeccompProfileFluent<?> fluent,
SeccompProfile instance) |
SeccompProfileBuilder(SeccompProfileFluent<?> fluent,
SeccompProfile instance,
Boolean validationEnabled) |
SeccompProfileFluentImpl(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–2020 Red Hat. All rights reserved.