Uses of Class
io.fabric8.openshift.api.model.SupplementalGroupsStrategyOptions
-
Packages that use SupplementalGroupsStrategyOptions Package Description io.fabric8.openshift.api.model -
-
Uses of SupplementalGroupsStrategyOptions in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return SupplementalGroupsStrategyOptions Modifier and Type Method Description SupplementalGroupsStrategyOptionsSupplementalGroupsStrategyOptionsBuilder. build()SupplementalGroupsStrategyOptionsSecurityContextConstraintsFluent. buildSupplementalGroups()SupplementalGroupsStrategyOptionsSecurityContextConstraints. getSupplementalGroups()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 SupplementalGroupsStrategyOptions Modifier and Type Method Description protected voidSupplementalGroupsStrategyOptionsFluent. copyInstance(SupplementalGroupsStrategyOptions instance)SecurityContextConstraintsFluent.SupplementalGroupsNested<A>SecurityContextConstraintsFluent. editOrNewSupplementalGroupsLike(SupplementalGroupsStrategyOptions item)voidSecurityContextConstraints. setSupplementalGroups(SupplementalGroupsStrategyOptions supplementalGroups)SecurityContextConstraints governs the ability to make requests that affect the SecurityContext that will be applied to a container.SecurityContextConstraintsFluent.SupplementalGroupsNested<A>SecurityContextConstraintsFluent. withNewSupplementalGroupsLike(SupplementalGroupsStrategyOptions item)ASecurityContextConstraintsFluent. withSupplementalGroups(SupplementalGroupsStrategyOptions supplementalGroups)Constructors in io.fabric8.openshift.api.model with parameters of type SupplementalGroupsStrategyOptions 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)SupplementalGroupsStrategyOptionsBuilder(SupplementalGroupsStrategyOptions instance)SupplementalGroupsStrategyOptionsBuilder(SupplementalGroupsStrategyOptionsFluent<?> fluent, SupplementalGroupsStrategyOptions instance)SupplementalGroupsStrategyOptionsFluent(SupplementalGroupsStrategyOptions instance)
-