| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
SELinuxContextStrategyOptions |
SecurityContextConstraintsFluent.getSeLinuxContext() |
SELinuxContextStrategyOptions |
SecurityContextConstraints.getSeLinuxContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityContextConstraints.setSeLinuxContext(SELinuxContextStrategyOptions seLinuxContext) |
T |
SecurityContextConstraintsFluent.withSeLinuxContext(SELinuxContextStrategyOptions seLinuxContext) |
| Constructor and Description |
|---|
EditableSecurityContextConstraints(Boolean allowHostDirVolumePlugin,
Boolean allowHostNetwork,
Boolean allowHostPorts,
Boolean allowPrivilegedContainer,
List<String> allowedCapabilities,
SecurityContextConstraints.ApiVersion apiVersion,
List<String> groups,
String kind,
ObjectMeta metadata,
RunAsUserStrategyOptions runAsUser,
SELinuxContextStrategyOptions seLinuxContext,
List<String> users) |
SecurityContextConstraints(Boolean allowHostDirVolumePlugin,
Boolean allowHostNetwork,
Boolean allowHostPorts,
Boolean allowPrivilegedContainer,
List<String> allowedCapabilities,
SecurityContextConstraints.ApiVersion apiVersion,
List<String> groups,
String kind,
ObjectMeta metadata,
RunAsUserStrategyOptions runAsUser,
SELinuxContextStrategyOptions seLinuxContext,
List<String> users) |
Copyright © 2011–2015 Red Hat. All rights reserved.