| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
SELinuxContextStrategyOptions |
SELinuxContextStrategyOptionsBuilder.build() |
SELinuxContextStrategyOptions |
SecurityContextConstraintsFluent.buildSeLinuxContext() |
SELinuxContextStrategyOptions |
SecurityContextConstraints.getSeLinuxContext() |
| Constructor and 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,
List<String> users,
List<String> volumes) |
SELinuxContextStrategyOptionsBuilder(SELinuxContextStrategyOptions instance) |
SELinuxContextStrategyOptionsBuilder(SELinuxContextStrategyOptionsFluent<?> fluent,
SELinuxContextStrategyOptions instance) |
SELinuxContextStrategyOptionsFluent(SELinuxContextStrategyOptions instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.