| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
AllowedFlexVolume |
AllowedFlexVolumeBuilder.build() |
AllowedFlexVolume |
SecurityContextConstraintsFluentImpl.buildAllowedFlexVolume(int index) |
AllowedFlexVolume |
SecurityContextConstraintsFluent.buildAllowedFlexVolume(int index) |
AllowedFlexVolume |
SecurityContextConstraintsFluentImpl.buildFirstAllowedFlexVolume() |
AllowedFlexVolume |
SecurityContextConstraintsFluent.buildFirstAllowedFlexVolume() |
AllowedFlexVolume |
SecurityContextConstraintsFluentImpl.buildLastAllowedFlexVolume() |
AllowedFlexVolume |
SecurityContextConstraintsFluent.buildLastAllowedFlexVolume() |
AllowedFlexVolume |
SecurityContextConstraintsFluentImpl.buildMatchingAllowedFlexVolume(Predicate<AllowedFlexVolumeBuilder> predicate) |
AllowedFlexVolume |
SecurityContextConstraintsFluent.buildMatchingAllowedFlexVolume(Predicate<AllowedFlexVolumeBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<AllowedFlexVolume> |
SecurityContextConstraintsFluentImpl.buildAllowedFlexVolumes() |
List<AllowedFlexVolume> |
SecurityContextConstraintsFluent.buildAllowedFlexVolumes() |
List<AllowedFlexVolume> |
SecurityContextConstraintsFluentImpl.getAllowedFlexVolumes()
Deprecated.
|
List<AllowedFlexVolume> |
SecurityContextConstraintsFluent.getAllowedFlexVolumes()
Deprecated.
|
List<AllowedFlexVolume> |
SecurityContextConstraints.getAllowedFlexVolumes() |
| Modifier and Type | Method and Description |
|---|---|
A |
SecurityContextConstraintsFluentImpl.addAllToAllowedFlexVolumes(Collection<AllowedFlexVolume> items) |
A |
SecurityContextConstraintsFluent.addAllToAllowedFlexVolumes(Collection<AllowedFlexVolume> items) |
A |
SecurityContextConstraintsFluentImpl.removeAllFromAllowedFlexVolumes(Collection<AllowedFlexVolume> items) |
A |
SecurityContextConstraintsFluent.removeAllFromAllowedFlexVolumes(Collection<AllowedFlexVolume> items) |
void |
SecurityContextConstraints.setAllowedFlexVolumes(List<AllowedFlexVolume> allowedFlexVolumes) |
A |
SecurityContextConstraintsFluentImpl.withAllowedFlexVolumes(List<AllowedFlexVolume> allowedFlexVolumes) |
A |
SecurityContextConstraintsFluent.withAllowedFlexVolumes(List<AllowedFlexVolume> allowedFlexVolumes) |
| Constructor and Description |
|---|
AllowedFlexVolumeBuilder(AllowedFlexVolume instance) |
AllowedFlexVolumeBuilder(AllowedFlexVolume instance,
Boolean validationEnabled) |
AllowedFlexVolumeBuilder(AllowedFlexVolumeFluent<?> fluent,
AllowedFlexVolume instance) |
AllowedFlexVolumeBuilder(AllowedFlexVolumeFluent<?> fluent,
AllowedFlexVolume instance,
Boolean validationEnabled) |
AllowedFlexVolumeFluentImpl(AllowedFlexVolume instance) |
| 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) |
Copyright © 2015–2020 Red Hat. All rights reserved.