Uses of Class
io.fabric8.openshift.api.model.operator.v1.GatewayConfig
-
Packages that use GatewayConfig Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of GatewayConfig in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return GatewayConfig Modifier and Type Method Description GatewayConfigGatewayConfigBuilder. build()GatewayConfigOVNKubernetesConfigFluent. buildGatewayConfig()GatewayConfigOVNKubernetesConfig. getGatewayConfig()ovnKubernetesConfig contains the configuration parameters for networks using the ovn-kubernetes network projectMethods in io.fabric8.openshift.api.model.operator.v1 with parameters of type GatewayConfig Modifier and Type Method Description protected voidGatewayConfigFluent. copyInstance(GatewayConfig instance)OVNKubernetesConfigFluent.GatewayConfigNested<A>OVNKubernetesConfigFluent. editOrNewGatewayConfigLike(GatewayConfig item)voidOVNKubernetesConfig. setGatewayConfig(GatewayConfig gatewayConfig)ovnKubernetesConfig contains the configuration parameters for networks using the ovn-kubernetes network projectAOVNKubernetesConfigFluent. withGatewayConfig(GatewayConfig gatewayConfig)OVNKubernetesConfigFluent.GatewayConfigNested<A>OVNKubernetesConfigFluent. withNewGatewayConfigLike(GatewayConfig item)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type GatewayConfig Constructor Description GatewayConfigBuilder(GatewayConfig instance)GatewayConfigBuilder(GatewayConfigFluent<?> fluent, GatewayConfig instance)GatewayConfigFluent(GatewayConfig instance)OVNKubernetesConfig(EgressIPConfig egressIPConfig, GatewayConfig gatewayConfig, Long genevePort, HybridOverlayConfig hybridOverlayConfig, IPsecConfig ipsecConfig, IPv4OVNKubernetesConfig ipv4, IPv6OVNKubernetesConfig ipv6, Long mtu, PolicyAuditConfig policyAuditConfig, String routeAdvertisements, String v4InternalSubnet, String v6InternalSubnet)
-