| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.policy.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
AllowedFlexVolume |
AllowedFlexVolumeBuilder.build() |
AllowedFlexVolume |
PodSecurityPolicySpecFluent.buildAllowedFlexVolume(int index) |
AllowedFlexVolume |
PodSecurityPolicySpecFluent.buildFirstAllowedFlexVolume() |
AllowedFlexVolume |
PodSecurityPolicySpecFluent.buildLastAllowedFlexVolume() |
AllowedFlexVolume |
PodSecurityPolicySpecFluent.buildMatchingAllowedFlexVolume(Predicate<AllowedFlexVolumeBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<AllowedFlexVolume> |
PodSecurityPolicySpecFluent.buildAllowedFlexVolumes() |
List<AllowedFlexVolume> |
PodSecurityPolicySpec.getAllowedFlexVolumes() |
| Modifier and Type | Method and Description |
|---|---|
PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> |
PodSecurityPolicySpecFluent.addNewAllowedFlexVolumeLike(AllowedFlexVolume item) |
A |
PodSecurityPolicySpecFluent.addToAllowedFlexVolumes(AllowedFlexVolume... items) |
A |
PodSecurityPolicySpecFluent.addToAllowedFlexVolumes(int index,
AllowedFlexVolume item) |
protected void |
AllowedFlexVolumeFluent.copyInstance(AllowedFlexVolume instance) |
A |
PodSecurityPolicySpecFluent.removeFromAllowedFlexVolumes(AllowedFlexVolume... items) |
PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> |
PodSecurityPolicySpecFluent.setNewAllowedFlexVolumeLike(int index,
AllowedFlexVolume item) |
A |
PodSecurityPolicySpecFluent.setToAllowedFlexVolumes(int index,
AllowedFlexVolume item) |
A |
PodSecurityPolicySpecFluent.withAllowedFlexVolumes(AllowedFlexVolume... allowedFlexVolumes) |
| Modifier and Type | Method and Description |
|---|---|
A |
PodSecurityPolicySpecFluent.addAllToAllowedFlexVolumes(Collection<AllowedFlexVolume> items) |
A |
PodSecurityPolicySpecFluent.removeAllFromAllowedFlexVolumes(Collection<AllowedFlexVolume> items) |
void |
PodSecurityPolicySpec.setAllowedFlexVolumes(List<AllowedFlexVolume> allowedFlexVolumes) |
A |
PodSecurityPolicySpecFluent.withAllowedFlexVolumes(List<AllowedFlexVolume> allowedFlexVolumes) |
| Constructor and Description |
|---|
AllowedFlexVolumeBuilder(AllowedFlexVolume instance) |
AllowedFlexVolumeBuilder(AllowedFlexVolumeFluent<?> fluent,
AllowedFlexVolume instance) |
AllowedFlexVolumeFluent(AllowedFlexVolume instance) |
| Constructor and Description |
|---|
PodSecurityPolicySpec(Boolean allowPrivilegeEscalation,
List<AllowedCSIDriver> allowedCSIDrivers,
List<String> allowedCapabilities,
List<AllowedFlexVolume> allowedFlexVolumes,
List<AllowedHostPath> allowedHostPaths,
List<String> allowedProcMountTypes,
List<String> allowedUnsafeSysctls,
List<String> defaultAddCapabilities,
Boolean defaultAllowPrivilegeEscalation,
List<String> forbiddenSysctls,
FSGroupStrategyOptions fsGroup,
Boolean hostIPC,
Boolean hostNetwork,
Boolean hostPID,
List<HostPortRange> hostPorts,
Boolean privileged,
Boolean readOnlyRootFilesystem,
List<String> requiredDropCapabilities,
RunAsGroupStrategyOptions runAsGroup,
RunAsUserStrategyOptions runAsUser,
RuntimeClassStrategyOptions runtimeClass,
SELinuxStrategyOptions seLinux,
SupplementalGroupsStrategyOptions supplementalGroups,
List<String> volumes) |
Copyright © 2015–2024 Red Hat. All rights reserved.