Class IPv4OVNKubernetesConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.IPv4OVNKubernetesConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<IPv4OVNKubernetesConfigBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class IPv4OVNKubernetesConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<IPv4OVNKubernetesConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IPv4OVNKubernetesConfig()No args constructor for use in serializationIPv4OVNKubernetesConfig(String internalJoinSubnet, String internalTransitSwitchSubnet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPv4OVNKubernetesConfigBuilderedit()Map<String,Object>getAdditionalProperties()StringgetInternalJoinSubnet()internalJoinSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else.StringgetInternalTransitSwitchSubnet()internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetInternalJoinSubnet(String internalJoinSubnet)internalJoinSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else.voidsetInternalTransitSwitchSubnet(String internalTransitSwitchSubnet)internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic.IPv4OVNKubernetesConfigBuildertoBuilder()
-
-
-
Method Detail
-
getInternalJoinSubnet
public String getInternalJoinSubnet()
internalJoinSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The current default value is 100.64.0.0/16 The subnet must be large enough to accommodate one IP per node in your cluster The value must be in proper IPV4 CIDR format
-
setInternalJoinSubnet
public void setInternalJoinSubnet(String internalJoinSubnet)
internalJoinSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The current default value is 100.64.0.0/16 The subnet must be large enough to accommodate one IP per node in your cluster The value must be in proper IPV4 CIDR format
-
getInternalTransitSwitchSubnet
public String getInternalTransitSwitchSubnet()
internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 The subnet must be large enough to accommodate one IP per node in your cluster The value must be in proper IPV4 CIDR format
-
setInternalTransitSwitchSubnet
public void setInternalTransitSwitchSubnet(String internalTransitSwitchSubnet)
internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 The subnet must be large enough to accommodate one IP per node in your cluster The value must be in proper IPV4 CIDR format
-
edit
public IPv4OVNKubernetesConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<IPv4OVNKubernetesConfigBuilder>
-
toBuilder
public IPv4OVNKubernetesConfigBuilder toBuilder()
-
-