| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
SecurityContext.clone() |
SecurityContext |
Container.getSecurityContext()
Container security context.
|
SecurityContext |
SecurityContext.withAllowPrivilegeEscalation(Boolean allowPrivilegeEscalation)
Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process.
|
SecurityContext |
SecurityContext.withPrivileged(Boolean privileged)
Whether the container is privileged.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setSecurityContext(SecurityContext securityContext)
Container security context.
|
Container |
Container.withSecurityContext(SecurityContext securityContext)
Container security context.
|
Copyright © 2024. All rights reserved.