Class IPv6GatewayConfig

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<IPv6GatewayConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class IPv6GatewayConfig
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<IPv6GatewayConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    IPV6GatewayConfig holds the configuration paramaters for IPV6 connections in the GatewayConfig for OVN-Kubernetes
    See Also:
    Serialized Form
    • Constructor Detail

      • IPv6GatewayConfig

        public IPv6GatewayConfig()
        No args constructor for use in serialization
      • IPv6GatewayConfig

        public IPv6GatewayConfig​(String internalMasqueradeSubnet)
    • Method Detail

      • getInternalMasqueradeSubnet

        public String getInternalMasqueradeSubnet()
        internalMasqueradeSubnet contains the masquerade addresses in IPV6 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /125). When omitted, 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 fd69::/112 Note that IPV6 dual addresses are not permitted
      • setInternalMasqueradeSubnet

        public void setInternalMasqueradeSubnet​(String internalMasqueradeSubnet)
        internalMasqueradeSubnet contains the masquerade addresses in IPV6 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /125). When omitted, 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 fd69::/112 Note that IPV6 dual addresses are not permitted
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)