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 network migration status.
    See Also:
    Serialized Form
    • Constructor Detail

      • NetworkMigration

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

      • getMtu

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

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

        public String getNetworkType()
        networkType is the target plugin that is being deployed. DEPRECATED: network type migration is no longer supported, so this should always be unset.
      • setNetworkType

        public void setNetworkType​(String networkType)
        networkType is the target plugin that is being deployed. DEPRECATED: network type migration is no longer supported, so this should always be unset.
      • getAdditionalProperties

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

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

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