Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1SeccompProfile |
V1PodSecurityContext.getSeccompProfile()
Get seccompProfile
|
V1SeccompProfile |
V1SecurityContext.getSeccompProfile()
Get seccompProfile
|
V1SeccompProfile |
V1SeccompProfile.localhostProfile(String localhostProfile) |
V1SeccompProfile |
V1SeccompProfile.type(V1SeccompProfile.TypeEnum type) |
Modifier and Type | Method and Description |
---|---|
V1PodSecurityContext |
V1PodSecurityContext.seccompProfile(V1SeccompProfile seccompProfile) |
V1SecurityContext |
V1SecurityContext.seccompProfile(V1SeccompProfile seccompProfile) |
void |
V1PodSecurityContext.setSeccompProfile(V1SeccompProfile seccompProfile) |
void |
V1SecurityContext.setSeccompProfile(V1SeccompProfile seccompProfile) |
Copyright © 2022. All rights reserved.