Class NetworkMigration

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NetworkMigration
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NetworkMigrationBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NetworkMigration represents the cluster network migration configuration.
    See Also:
    Serialized Form
    • Constructor Detail

      • NetworkMigration

        public NetworkMigration()
        No args constructor for use in serialization
    • Method Detail

      • getFeatures

        public FeaturesMigration getFeatures()
        NetworkMigration represents the cluster network migration configuration.
      • setFeatures

        public void setFeatures​(FeaturesMigration features)
        NetworkMigration represents the cluster network migration configuration.
      • getMode

        public String getMode()
        mode indicates the mode of network type migration. DEPRECATED: network type migration is no longer supported, and setting this to a non-empty value will result in the network operator rejecting the configuration.
      • setMode

        public void setMode​(String mode)
        mode indicates the mode of network type migration. DEPRECATED: network type migration is no longer supported, and setting this to a non-empty value will result in the network operator rejecting the configuration.
      • getMtu

        public MTUMigration getMtu()
        NetworkMigration represents the cluster network migration configuration.
      • setMtu

        public void setMtu​(MTUMigration mtu)
        NetworkMigration represents the cluster network migration configuration.
      • getNetworkType

        public String getNetworkType()
        networkType was previously used when changing the default network type. DEPRECATED: network type migration is no longer supported, and setting this to a non-empty value will result in the network operator rejecting the configuration.
      • setNetworkType

        public void setNetworkType​(String networkType)
        networkType was previously used when changing the default network type. DEPRECATED: network type migration is no longer supported, and setting this to a non-empty value will result in the network operator rejecting the configuration.
      • getAdditionalProperties

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

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

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