Uses of Class
io.fabric8.openshift.api.model.operator.v1.EgressIPConfig
-
Packages that use EgressIPConfig Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of EgressIPConfig in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return EgressIPConfig Modifier and Type Method Description EgressIPConfigEgressIPConfigBuilder. build()EgressIPConfigOVNKubernetesConfigFluent. buildEgressIPConfig()EgressIPConfigOVNKubernetesConfig. getEgressIPConfig()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 EgressIPConfig Modifier and Type Method Description protected voidEgressIPConfigFluent. copyInstance(EgressIPConfig instance)OVNKubernetesConfigFluent.EgressIPConfigNested<A>OVNKubernetesConfigFluent. editOrNewEgressIPConfigLike(EgressIPConfig item)voidOVNKubernetesConfig. setEgressIPConfig(EgressIPConfig egressIPConfig)ovnKubernetesConfig contains the configuration parameters for networks using the ovn-kubernetes network projectAOVNKubernetesConfigFluent. withEgressIPConfig(EgressIPConfig egressIPConfig)OVNKubernetesConfigFluent.EgressIPConfigNested<A>OVNKubernetesConfigFluent. withNewEgressIPConfigLike(EgressIPConfig item)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type EgressIPConfig Constructor Description EgressIPConfigBuilder(EgressIPConfig instance)EgressIPConfigBuilder(EgressIPConfigFluent<?> fluent, EgressIPConfig instance)EgressIPConfigFluent(EgressIPConfig 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)
-