Class IPv6OVNKubernetesConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.IPv6OVNKubernetesConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<IPv6OVNKubernetesConfigBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class IPv6OVNKubernetesConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<IPv6OVNKubernetesConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IPv6OVNKubernetesConfig()No args constructor for use in serializationIPv6OVNKubernetesConfig(String internalJoinSubnet, String internalTransitSwitchSubnet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPv6OVNKubernetesConfigBuilderedit()Map<String,Object>getAdditionalProperties()StringgetInternalJoinSubnet()internalJoinSubnet is a v6 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 v6 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.IPv6OVNKubernetesConfigBuildertoBuilder()
-
-
-
Method Detail
-
getInternalJoinSubnet
public String getInternalJoinSubnet()
internalJoinSubnet is a v6 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 value cannot be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted
-
setInternalJoinSubnet
public void setInternalJoinSubnet(String internalJoinSubnet)
internalJoinSubnet is a v6 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 value cannot be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted
-
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. The value cannot be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough to accomadate one IP per node in your cluster The current default subnet is fd97::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted
-
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. The value cannot be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough to accomadate one IP per node in your cluster The current default subnet is fd97::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted
-
edit
public IPv6OVNKubernetesConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<IPv6OVNKubernetesConfigBuilder>
-
toBuilder
public IPv6OVNKubernetesConfigBuilder toBuilder()
-
-