Uses of Class
io.fabric8.openshift.api.model.operator.v1.HostNetworkStrategy
-
Packages that use HostNetworkStrategy Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of HostNetworkStrategy in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return HostNetworkStrategy Modifier and Type Method Description HostNetworkStrategyHostNetworkStrategyBuilder. build()HostNetworkStrategyEndpointPublishingStrategyFluent. buildHostNetwork()HostNetworkStrategyEndpointPublishingStrategy. getHostNetwork()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 HostNetworkStrategy Modifier and Type Method Description protected voidHostNetworkStrategyFluent. copyInstance(HostNetworkStrategy instance)EndpointPublishingStrategyFluent.HostNetworkNested<A>EndpointPublishingStrategyFluent. editOrNewHostNetworkLike(HostNetworkStrategy item)voidEndpointPublishingStrategy. setHostNetwork(HostNetworkStrategy hostNetwork)EndpointPublishingStrategy is a way to publish the endpoints of an IngressController, and represents the type and any additional configuration for a specific type.AEndpointPublishingStrategyFluent. withHostNetwork(HostNetworkStrategy hostNetwork)EndpointPublishingStrategyFluent.HostNetworkNested<A>EndpointPublishingStrategyFluent. withNewHostNetworkLike(HostNetworkStrategy item)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type HostNetworkStrategy Constructor Description EndpointPublishingStrategy(HostNetworkStrategy hostNetwork, LoadBalancerStrategy loadBalancer, NodePortStrategy nodePort, PrivateStrategy _private, String type)HostNetworkStrategyBuilder(HostNetworkStrategy instance)HostNetworkStrategyBuilder(HostNetworkStrategyFluent<?> fluent, HostNetworkStrategy instance)HostNetworkStrategyFluent(HostNetworkStrategy instance)
-