Uses of Class
io.kubernetes.client.openapi.models.V1PodSecurityContext
Packages that use V1PodSecurityContext
-
Uses of V1PodSecurityContext in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PodSecurityContextModifier and TypeMethodDescriptionV1PodSecurityContext.addSupplementalGroupsItem
(Long supplementalGroupsItem) V1PodSecurityContext.addSysctlsItem
(V1Sysctl sysctlsItem) static V1PodSecurityContext
Create an instance of V1PodSecurityContext given an JSON stringV1PodSecurityContext.fsGroupChangePolicy
(String fsGroupChangePolicy) V1PodSpec.getSecurityContext()
Get securityContextV1PodSecurityContext.runAsGroup
(Long runAsGroup) V1PodSecurityContext.runAsNonRoot
(Boolean runAsNonRoot) V1PodSecurityContext.seccompProfile
(V1SeccompProfile seccompProfile) V1PodSecurityContext.seLinuxOptions
(V1SELinuxOptions seLinuxOptions) V1PodSecurityContext.supplementalGroups
(List<Long> supplementalGroups) V1PodSecurityContext.windowsOptions
(V1WindowsSecurityContextOptions windowsOptions) Methods in io.kubernetes.client.openapi.models with parameters of type V1PodSecurityContextModifier and TypeMethodDescriptionV1PodSpec.securityContext
(V1PodSecurityContext securityContext) void
V1PodSpec.setSecurityContext
(V1PodSecurityContext securityContext)