| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operator.v1 |
| Modifier and Type | Method and Description |
|---|---|
NodePortStrategy |
NodePortStrategyBuilder.build() |
NodePortStrategy |
EndpointPublishingStrategyFluent.buildNodePort() |
NodePortStrategy |
EndpointPublishingStrategyFluentImpl.buildNodePort() |
NodePortStrategy |
EndpointPublishingStrategyFluent.getNodePort()
Deprecated.
|
NodePortStrategy |
EndpointPublishingStrategyFluentImpl.getNodePort()
Deprecated.
|
NodePortStrategy |
EndpointPublishingStrategy.getNodePort() |
| Modifier and Type | Method and Description |
|---|---|
EndpointPublishingStrategyFluent.NodePortNested<A> |
EndpointPublishingStrategyFluent.editOrNewNodePortLike(NodePortStrategy item) |
EndpointPublishingStrategyFluent.NodePortNested<A> |
EndpointPublishingStrategyFluentImpl.editOrNewNodePortLike(NodePortStrategy item) |
void |
EndpointPublishingStrategy.setNodePort(NodePortStrategy nodePort) |
EndpointPublishingStrategyFluent.NodePortNested<A> |
EndpointPublishingStrategyFluent.withNewNodePortLike(NodePortStrategy item) |
EndpointPublishingStrategyFluent.NodePortNested<A> |
EndpointPublishingStrategyFluentImpl.withNewNodePortLike(NodePortStrategy item) |
A |
EndpointPublishingStrategyFluent.withNodePort(NodePortStrategy nodePort) |
A |
EndpointPublishingStrategyFluentImpl.withNodePort(NodePortStrategy nodePort) |
| Constructor and Description |
|---|
EndpointPublishingStrategy(HostNetworkStrategy hostNetwork,
LoadBalancerStrategy loadBalancer,
NodePortStrategy nodePort,
PrivateStrategy _private,
String type) |
NodePortStrategyBuilder(NodePortStrategy instance) |
NodePortStrategyBuilder(NodePortStrategy instance,
Boolean validationEnabled) |
NodePortStrategyBuilder(NodePortStrategyFluent<?> fluent,
NodePortStrategy instance) |
NodePortStrategyBuilder(NodePortStrategyFluent<?> fluent,
NodePortStrategy instance,
Boolean validationEnabled) |
NodePortStrategyFluentImpl(NodePortStrategy instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.