Uses of Class
io.fabric8.openshift.api.model.SELinuxContextStrategyOptions
-
Packages that use SELinuxContextStrategyOptions Package Description io.fabric8.openshift.api.model -
-
Uses of SELinuxContextStrategyOptions in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return SELinuxContextStrategyOptions Modifier and Type Method Description SELinuxContextStrategyOptionsSELinuxContextStrategyOptionsBuilder. build()SELinuxContextStrategyOptionsSecurityContextConstraintsFluent. buildSeLinuxContext()SELinuxContextStrategyOptionsSecurityContextConstraints. getSeLinuxContext()SecurityContextConstraints governs the ability to make requests that affect the SecurityContext that will be applied to a container.Methods in io.fabric8.openshift.api.model with parameters of type SELinuxContextStrategyOptions Modifier and Type Method Description protected voidSELinuxContextStrategyOptionsFluent. copyInstance(SELinuxContextStrategyOptions instance)SecurityContextConstraintsFluent.SeLinuxContextNested<A>SecurityContextConstraintsFluent. editOrNewSeLinuxContextLike(SELinuxContextStrategyOptions item)voidSecurityContextConstraints. setSeLinuxContext(SELinuxContextStrategyOptions seLinuxContext)SecurityContextConstraints governs the ability to make requests that affect the SecurityContext that will be applied to a container.SecurityContextConstraintsFluent.SeLinuxContextNested<A>SecurityContextConstraintsFluent. withNewSeLinuxContextLike(SELinuxContextStrategyOptions item)ASecurityContextConstraintsFluent. withSeLinuxContext(SELinuxContextStrategyOptions seLinuxContext)Constructors in io.fabric8.openshift.api.model with parameters of type SELinuxContextStrategyOptions Constructor Description SecurityContextConstraints(Boolean allowHostDirVolumePlugin, Boolean allowHostIPC, Boolean allowHostNetwork, Boolean allowHostPID, Boolean allowHostPorts, Boolean allowPrivilegeEscalation, Boolean allowPrivilegedContainer, List<String> allowedCapabilities, List<AllowedFlexVolume> allowedFlexVolumes, List<String> allowedUnsafeSysctls, String apiVersion, List<String> defaultAddCapabilities, Boolean defaultAllowPrivilegeEscalation, List<String> forbiddenSysctls, FSGroupStrategyOptions fsGroup, List<String> groups, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, Integer priority, Boolean readOnlyRootFilesystem, List<String> requiredDropCapabilities, RunAsUserStrategyOptions runAsUser, SELinuxContextStrategyOptions seLinuxContext, List<String> seccompProfiles, SupplementalGroupsStrategyOptions supplementalGroups, String userNamespaceLevel, List<String> users, List<String> volumes)SELinuxContextStrategyOptionsBuilder(SELinuxContextStrategyOptions instance)SELinuxContextStrategyOptionsBuilder(SELinuxContextStrategyOptionsFluent<?> fluent, SELinuxContextStrategyOptions instance)SELinuxContextStrategyOptionsFluent(SELinuxContextStrategyOptions instance)
-