Uses of Class
io.fabric8.openshift.api.model.operator.v1.NodePortStrategy
-
Packages that use NodePortStrategy Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of NodePortStrategy in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return NodePortStrategy Modifier and Type Method Description NodePortStrategyNodePortStrategyBuilder. build()NodePortStrategyEndpointPublishingStrategyFluent. buildNodePort()NodePortStrategyEndpointPublishingStrategy. getNodePort()EndpointPublishingStrategy is a way to publish the endpoints of an IngressController, and represents the type and any additional configuration for a specific type.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type NodePortStrategy Modifier and Type Method Description protected voidNodePortStrategyFluent. copyInstance(NodePortStrategy instance)EndpointPublishingStrategyFluent.NodePortNested<A>EndpointPublishingStrategyFluent. editOrNewNodePortLike(NodePortStrategy item)voidEndpointPublishingStrategy. setNodePort(NodePortStrategy nodePort)EndpointPublishingStrategy is a way to publish the endpoints of an IngressController, and represents the type and any additional configuration for a specific type.EndpointPublishingStrategyFluent.NodePortNested<A>EndpointPublishingStrategyFluent. withNewNodePortLike(NodePortStrategy item)AEndpointPublishingStrategyFluent. withNodePort(NodePortStrategy nodePort)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type NodePortStrategy Constructor Description EndpointPublishingStrategy(HostNetworkStrategy hostNetwork, LoadBalancerStrategy loadBalancer, NodePortStrategy nodePort, PrivateStrategy _private, String type)NodePortStrategyBuilder(NodePortStrategy instance)NodePortStrategyBuilder(NodePortStrategyFluent<?> fluent, NodePortStrategy instance)NodePortStrategyFluent(NodePortStrategy instance)
-