| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Method and Description |
|---|---|
A |
WatchEventFluent.withAllowedHostPathObject(AllowedHostPath allowedHostPathObject) |
A |
WatchEventFluentImpl.withAllowedHostPathObject(AllowedHostPath allowedHostPathObject) |
WatchEventFluent.AllowedHostPathObjectNested<A> |
WatchEventFluent.withNewAllowedHostPathObjectLike(AllowedHostPath item) |
WatchEventFluent.AllowedHostPathObjectNested<A> |
WatchEventFluentImpl.withNewAllowedHostPathObjectLike(AllowedHostPath item) |
| Modifier and Type | Method and Description |
|---|---|
AllowedHostPath |
AllowedHostPathBuilder.build() |
AllowedHostPath |
PodSecurityPolicySpecFluent.buildAllowedHostPath(int index) |
AllowedHostPath |
PodSecurityPolicySpecFluentImpl.buildAllowedHostPath(int 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) |
AllowedHostPath |
DoneableAllowedHostPath.done() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AllowedHostPath> |
PodSecurityPolicySpecFluent.buildAllowedHostPaths() |
java.util.List<AllowedHostPath> |
PodSecurityPolicySpecFluentImpl.buildAllowedHostPaths() |
java.util.List<AllowedHostPath> |
PodSecurityPolicySpecFluent.getAllowedHostPaths()
Deprecated.
|
java.util.List<AllowedHostPath> |
PodSecurityPolicySpecFluentImpl.getAllowedHostPaths()
Deprecated.
|
java.util.List<AllowedHostPath> |
PodSecurityPolicySpec.getAllowedHostPaths() |
| Modifier and Type | Method and Description |
|---|---|
A |
PodSecurityPolicySpecFluent.addAllToAllowedHostPaths(java.util.Collection<AllowedHostPath> items) |
A |
PodSecurityPolicySpecFluentImpl.addAllToAllowedHostPaths(java.util.Collection<AllowedHostPath> items) |
A |
PodSecurityPolicySpecFluent.removeAllFromAllowedHostPaths(java.util.Collection<AllowedHostPath> items) |
A |
PodSecurityPolicySpecFluentImpl.removeAllFromAllowedHostPaths(java.util.Collection<AllowedHostPath> items) |
void |
PodSecurityPolicySpec.setAllowedHostPaths(java.util.List<AllowedHostPath> allowedHostPaths) |
A |
PodSecurityPolicySpecFluent.withAllowedHostPaths(java.util.List<AllowedHostPath> allowedHostPaths) |
A |
PodSecurityPolicySpecFluentImpl.withAllowedHostPaths(java.util.List<AllowedHostPath> allowedHostPaths) |
| Constructor and Description |
|---|
AllowedHostPathBuilder(AllowedHostPath instance) |
AllowedHostPathBuilder(AllowedHostPath instance,
java.lang.Boolean validationEnabled) |
AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent,
AllowedHostPath instance) |
AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent,
AllowedHostPath instance,
java.lang.Boolean validationEnabled) |
AllowedHostPathFluentImpl(AllowedHostPath instance) |
DoneableAllowedHostPath(AllowedHostPath item) |
DoneableAllowedHostPath(AllowedHostPath item,
Function<AllowedHostPath,AllowedHostPath> function) |
| Constructor and Description |
|---|
DoneableAllowedHostPath(AllowedHostPath item,
Function<AllowedHostPath,AllowedHostPath> function) |
DoneableAllowedHostPath(AllowedHostPath item,
Function<AllowedHostPath,AllowedHostPath> function) |
DoneableAllowedHostPath(Function<AllowedHostPath,AllowedHostPath> function) |
DoneableAllowedHostPath(Function<AllowedHostPath,AllowedHostPath> function) |
PodSecurityPolicySpec(java.lang.Boolean allowPrivilegeEscalation,
java.util.List<AllowedCSIDriver> allowedCSIDrivers,
java.util.List<java.lang.String> allowedCapabilities,
java.util.List<AllowedFlexVolume> allowedFlexVolumes,
java.util.List<AllowedHostPath> allowedHostPaths,
java.util.List<java.lang.String> allowedProcMountTypes,
java.util.List<java.lang.String> allowedUnsafeSysctls,
java.util.List<java.lang.String> defaultAddCapabilities,
java.lang.Boolean defaultAllowPrivilegeEscalation,
java.util.List<java.lang.String> forbiddenSysctls,
FSGroupStrategyOptions fsGroup,
java.lang.Boolean hostIPC,
java.lang.Boolean hostNetwork,
java.lang.Boolean hostPID,
java.util.List<HostPortRange> hostPorts,
java.lang.Boolean privileged,
java.lang.Boolean readOnlyRootFilesystem,
java.util.List<java.lang.String> requiredDropCapabilities,
RunAsGroupStrategyOptions runAsGroup,
KubernetesRunAsUserStrategyOptions runAsUser,
SELinuxStrategyOptions seLinux,
SupplementalGroupsStrategyOptions supplementalGroups,
java.util.List<java.lang.String> volumes) |
Copyright © 2015-2019 Red Hat. All Rights Reserved.