Uses of Class
io.kubernetes.client.openapi.models.V1SELinuxOptions
Packages that use V1SELinuxOptions
-
Uses of V1SELinuxOptions in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SELinuxOptionsModifier and TypeMethodDescriptionstatic V1SELinuxOptionsCreate an instance of V1SELinuxOptions given an JSON stringV1PodSecurityContext.getSeLinuxOptions()Get seLinuxOptionsV1SecurityContext.getSeLinuxOptions()Get seLinuxOptionsMethods in io.kubernetes.client.openapi.models with parameters of type V1SELinuxOptionsModifier and TypeMethodDescriptionV1PodSecurityContext.seLinuxOptions(V1SELinuxOptions seLinuxOptions) V1SecurityContext.seLinuxOptions(V1SELinuxOptions seLinuxOptions) voidV1PodSecurityContext.setSeLinuxOptions(V1SELinuxOptions seLinuxOptions) voidV1SecurityContext.setSeLinuxOptions(V1SELinuxOptions seLinuxOptions)