| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.policy.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
AllowedHostPath |
AllowedHostPathBuilder.build() |
AllowedHostPath |
PodSecurityPolicySpecFluent.buildAllowedHostPath(Integer index) |
AllowedHostPath |
PodSecurityPolicySpecFluentImpl.buildAllowedHostPath(Integer index) |
AllowedHostPath |
PodSecurityPolicySpecFluent.buildFirstAllowedHostPath() |
AllowedHostPath |
PodSecurityPolicySpecFluentImpl.buildFirstAllowedHostPath() |
AllowedHostPath |
PodSecurityPolicySpecFluent.buildLastAllowedHostPath() |
AllowedHostPath |
PodSecurityPolicySpecFluentImpl.buildLastAllowedHostPath() |
AllowedHostPath |
PodSecurityPolicySpecFluent.buildMatchingAllowedHostPath(Predicate<AllowedHostPathBuilder> predicate) |
AllowedHostPath |
PodSecurityPolicySpecFluentImpl.buildMatchingAllowedHostPath(Predicate<AllowedHostPathBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<AllowedHostPath> |
PodSecurityPolicySpecFluent.buildAllowedHostPaths() |
List<AllowedHostPath> |
PodSecurityPolicySpecFluentImpl.buildAllowedHostPaths() |
List<AllowedHostPath> |
PodSecurityPolicySpecFluent.getAllowedHostPaths()
Deprecated.
|
List<AllowedHostPath> |
PodSecurityPolicySpecFluentImpl.getAllowedHostPaths()
Deprecated.
|
List<AllowedHostPath> |
PodSecurityPolicySpec.getAllowedHostPaths() |
| Modifier and Type | Method and Description |
|---|---|
A |
PodSecurityPolicySpecFluent.addAllToAllowedHostPaths(Collection<AllowedHostPath> items) |
A |
PodSecurityPolicySpecFluentImpl.addAllToAllowedHostPaths(Collection<AllowedHostPath> items) |
A |
PodSecurityPolicySpecFluent.removeAllFromAllowedHostPaths(Collection<AllowedHostPath> items) |
A |
PodSecurityPolicySpecFluentImpl.removeAllFromAllowedHostPaths(Collection<AllowedHostPath> items) |
void |
PodSecurityPolicySpec.setAllowedHostPaths(List<AllowedHostPath> allowedHostPaths) |
A |
PodSecurityPolicySpecFluent.withAllowedHostPaths(List<AllowedHostPath> allowedHostPaths) |
A |
PodSecurityPolicySpecFluentImpl.withAllowedHostPaths(List<AllowedHostPath> allowedHostPaths) |
| Constructor and Description |
|---|
AllowedHostPathBuilder(AllowedHostPath instance) |
AllowedHostPathBuilder(AllowedHostPath instance,
Boolean validationEnabled) |
AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent,
AllowedHostPath instance) |
AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent,
AllowedHostPath instance,
Boolean validationEnabled) |
AllowedHostPathFluentImpl(AllowedHostPath 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–2023 Red Hat. All rights reserved.