-
Constructors in io.fabric8.openshift.api.model with parameters of type SELinuxContextStrategyOptions
| Constructor |
Description |
DoneableSELinuxContextStrategyOptions(SELinuxContextStrategyOptions item) |
|
DoneableSELinuxContextStrategyOptions(SELinuxContextStrategyOptions item,
io.fabric8.kubernetes.api.builder.Function<SELinuxContextStrategyOptions,SELinuxContextStrategyOptions> function) |
|
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,
List<String> users,
List<String> volumes) |
|
SELinuxContextStrategyOptionsBuilder(SELinuxContextStrategyOptions instance) |
|
SELinuxContextStrategyOptionsBuilder(SELinuxContextStrategyOptionsFluent<?> fluent,
SELinuxContextStrategyOptions instance) |
|
SELinuxContextStrategyOptionsBuilder(SELinuxContextStrategyOptionsFluent<?> fluent,
SELinuxContextStrategyOptions instance,
Boolean validationEnabled) |
|
SELinuxContextStrategyOptionsBuilder(SELinuxContextStrategyOptions instance,
Boolean validationEnabled) |
|
SELinuxContextStrategyOptionsFluentImpl(SELinuxContextStrategyOptions instance) |
|