| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Method and Description |
|---|---|
A |
WatchEventFluent.withHostPortRangeObject(HostPortRange hostPortRangeObject) |
A |
WatchEventFluentImpl.withHostPortRangeObject(HostPortRange hostPortRangeObject) |
WatchEventFluent.HostPortRangeObjectNested<A> |
WatchEventFluent.withNewHostPortRangeObjectLike(HostPortRange item) |
WatchEventFluent.HostPortRangeObjectNested<A> |
WatchEventFluentImpl.withNewHostPortRangeObjectLike(HostPortRange item) |
| Modifier and Type | Method and Description |
|---|---|
HostPortRange |
HostPortRangeBuilder.build() |
HostPortRange |
PodSecurityPolicySpecFluent.buildFirstHostPort() |
HostPortRange |
PodSecurityPolicySpecFluentImpl.buildFirstHostPort() |
HostPortRange |
PodSecurityPolicySpecFluent.buildHostPort(int index) |
HostPortRange |
PodSecurityPolicySpecFluentImpl.buildHostPort(int index) |
HostPortRange |
PodSecurityPolicySpecFluent.buildLastHostPort() |
HostPortRange |
PodSecurityPolicySpecFluentImpl.buildLastHostPort() |
HostPortRange |
PodSecurityPolicySpecFluent.buildMatchingHostPort(Predicate<HostPortRangeBuilder> predicate) |
HostPortRange |
PodSecurityPolicySpecFluentImpl.buildMatchingHostPort(Predicate<HostPortRangeBuilder> predicate) |
HostPortRange |
DoneableHostPortRange.done() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HostPortRange> |
PodSecurityPolicySpecFluent.buildHostPorts() |
java.util.List<HostPortRange> |
PodSecurityPolicySpecFluentImpl.buildHostPorts() |
java.util.List<HostPortRange> |
PodSecurityPolicySpecFluent.getHostPorts()
Deprecated.
|
java.util.List<HostPortRange> |
PodSecurityPolicySpecFluentImpl.getHostPorts()
Deprecated.
|
java.util.List<HostPortRange> |
PodSecurityPolicySpec.getHostPorts() |
| Modifier and Type | Method and Description |
|---|---|
PodSecurityPolicySpecFluent.HostPortsNested<A> |
PodSecurityPolicySpecFluent.addNewHostPortLike(HostPortRange item) |
PodSecurityPolicySpecFluent.HostPortsNested<A> |
PodSecurityPolicySpecFluentImpl.addNewHostPortLike(HostPortRange item) |
A |
PodSecurityPolicySpecFluent.addToHostPorts(HostPortRange... items) |
A |
PodSecurityPolicySpecFluentImpl.addToHostPorts(HostPortRange... items) |
A |
PodSecurityPolicySpecFluent.addToHostPorts(int index,
HostPortRange item) |
A |
PodSecurityPolicySpecFluentImpl.addToHostPorts(int index,
HostPortRange item) |
A |
PodSecurityPolicySpecFluent.removeFromHostPorts(HostPortRange... items) |
A |
PodSecurityPolicySpecFluentImpl.removeFromHostPorts(HostPortRange... items) |
PodSecurityPolicySpecFluent.HostPortsNested<A> |
PodSecurityPolicySpecFluent.setNewHostPortLike(int index,
HostPortRange item) |
PodSecurityPolicySpecFluent.HostPortsNested<A> |
PodSecurityPolicySpecFluentImpl.setNewHostPortLike(int index,
HostPortRange item) |
A |
PodSecurityPolicySpecFluent.setToHostPorts(int index,
HostPortRange item) |
A |
PodSecurityPolicySpecFluentImpl.setToHostPorts(int index,
HostPortRange item) |
A |
PodSecurityPolicySpecFluent.withHostPorts(HostPortRange... hostPorts) |
A |
PodSecurityPolicySpecFluentImpl.withHostPorts(HostPortRange... hostPorts) |
| Modifier and Type | Method and Description |
|---|---|
A |
PodSecurityPolicySpecFluent.addAllToHostPorts(java.util.Collection<HostPortRange> items) |
A |
PodSecurityPolicySpecFluentImpl.addAllToHostPorts(java.util.Collection<HostPortRange> items) |
A |
PodSecurityPolicySpecFluent.removeAllFromHostPorts(java.util.Collection<HostPortRange> items) |
A |
PodSecurityPolicySpecFluentImpl.removeAllFromHostPorts(java.util.Collection<HostPortRange> items) |
void |
PodSecurityPolicySpec.setHostPorts(java.util.List<HostPortRange> hostPorts) |
A |
PodSecurityPolicySpecFluent.withHostPorts(java.util.List<HostPortRange> hostPorts) |
A |
PodSecurityPolicySpecFluentImpl.withHostPorts(java.util.List<HostPortRange> hostPorts) |
| Constructor and Description |
|---|
DoneableHostPortRange(HostPortRange item) |
DoneableHostPortRange(HostPortRange item,
Function<HostPortRange,HostPortRange> function) |
HostPortRangeBuilder(HostPortRange instance) |
HostPortRangeBuilder(HostPortRange instance,
java.lang.Boolean validationEnabled) |
HostPortRangeBuilder(HostPortRangeFluent<?> fluent,
HostPortRange instance) |
HostPortRangeBuilder(HostPortRangeFluent<?> fluent,
HostPortRange instance,
java.lang.Boolean validationEnabled) |
HostPortRangeFluentImpl(HostPortRange instance) |
| Constructor and Description |
|---|
DoneableHostPortRange(Function<HostPortRange,HostPortRange> function) |
DoneableHostPortRange(Function<HostPortRange,HostPortRange> function) |
DoneableHostPortRange(HostPortRange item,
Function<HostPortRange,HostPortRange> function) |
DoneableHostPortRange(HostPortRange item,
Function<HostPortRange,HostPortRange> 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.